Skip to content

Commit 9425c4b

Browse files
committed
increase MIN_BENCH_TIME and MESSAGES for more accurate results
1 parent 3970476 commit 9425c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"time"
88
)
99

10-
const MESSAGES = 500000
10+
const MESSAGES = 1000000
1111
const THREADS = 4
12-
const MIN_BENCH_TIME = 1000
12+
const MIN_BENCH_TIME = 2000
1313

1414
func NewBig(i uint) [4]uint {
1515
return [4]uint{i, i, i, i}

0 commit comments

Comments
 (0)