Skip to content

Commit

Permalink
compbench: increase max items to 10 million
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Oct 9, 2020
1 parent 31ddd19 commit 5a81164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/compbench/bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const BMMinChoices = 10
const BMMaxChoices = 1000000
const BMMaxChoices = 10_000_000

func BenchmarkMultiple(b *testing.B) {
b.Run("jmc_randutil", func(b *testing.B) {
Expand Down

0 comments on commit 5a81164

Please sign in to comment.