mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Allow promql benchmarks to query more samples (#4770)
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
This commit is contained in:
parent
3241c527d0
commit
ab3cdb9500
|
@ -32,7 +32,7 @@ func BenchmarkRangeQuery(b *testing.B) {
|
||||||
Logger: nil,
|
Logger: nil,
|
||||||
Reg: nil,
|
Reg: nil,
|
||||||
MaxConcurrent: 10,
|
MaxConcurrent: 10,
|
||||||
MaxSamples: 10,
|
MaxSamples: 50000000,
|
||||||
Timeout: 100 * time.Second,
|
Timeout: 100 * time.Second,
|
||||||
}
|
}
|
||||||
engine := NewEngine(opts)
|
engine := NewEngine(opts)
|
||||||
|
|
Loading…
Reference in a new issue