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