Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minkezhang committed Jan 12, 2023
1 parent 3885818 commit c698e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collider/collider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func BenchmarkTick(b *testing.B) {

configs := []config{}
for _, n := range []int{1e3, 1e4, 1e5} {
for _, coverage := range []float64{0.01, 0.05, 0.1} {
for _, coverage := range []float64{0.01, 0.05, 0.1, 0.5} {
configs = append(configs, config{
name: fmt.Sprintf("N=%v/ρ=%v", n, coverage),
n: n,
Expand Down

0 comments on commit c698e19

Please sign in to comment.