mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Adjust benchmark
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
83b0ed7bdb
commit
476ebcb0a6
|
@ -364,7 +364,7 @@ func TestPostingsForMatchersCache(t *testing.T) {
|
||||||
func BenchmarkPostingsForMatchersCache(b *testing.B) {
|
func BenchmarkPostingsForMatchersCache(b *testing.B) {
|
||||||
const (
|
const (
|
||||||
numMatchers = 100
|
numMatchers = 100
|
||||||
numPostings = 100000
|
numPostings = 1000
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue