Skip to content

Commit

Permalink
Allow promql benchmarks to query more samples (prometheus#4770)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com>
  • Loading branch information
csmarchbanks authored and brian-brazil committed Oct 22, 2018
1 parent 3241c52 commit ab3cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promql/bench_test.go
Expand Up @@ -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)
Expand Down

0 comments on commit ab3cdb9

Please sign in to comment.