We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ddd19 commit 5a81164Copy full SHA for 5a81164
examples/compbench/bench_test.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
const BMMinChoices = 10
16
-const BMMaxChoices = 1000000
+const BMMaxChoices = 10_000_000
17
18
func BenchmarkMultiple(b *testing.B) {
19
b.Run("jmc_randutil", func(b *testing.B) {
0 commit comments