mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 15:32:48 +00: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,
|
||||
Reg: nil,
|
||||
MaxConcurrent: 10,
|
||||
MaxSamples: 10,
|
||||
MaxSamples: 50000000,
|
||||
Timeout: 100 * time.Second,
|
||||
}
|
||||
engine := NewEngine(opts)
|
||||
|
Loading…
Reference in New Issue
Block a user