Adjust benchmark

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen 2023-11-09 16:54:03 +01:00
parent 83b0ed7bdb
commit 476ebcb0a6

View file

@ -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 (