forked from mirror/ants
update benchmark test
This commit is contained in:
parent
92acf74bb7
commit
846a758f65
|
@ -31,9 +31,9 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
RunTimes = 10000000
|
||||
RunTimes = 1000000
|
||||
benchParam = 10
|
||||
benchAntsSize = 100000
|
||||
benchAntsSize = 200000
|
||||
)
|
||||
|
||||
func demoFunc() error {
|
||||
|
|
Loading…
Reference in New Issue