Skip to content

Commit 5a81164

Browse files
committed
compbench: increase max items to 10 million
1 parent 31ddd19 commit 5a81164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compbench/bench_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const BMMinChoices = 10
16-
const BMMaxChoices = 1000000
16+
const BMMaxChoices = 10_000_000
1717

1818
func BenchmarkMultiple(b *testing.B) {
1919
b.Run("jmc_randutil", func(b *testing.B) {

0 commit comments

Comments
 (0)