forked from mirror/ants
update go test
This commit is contained in:
parent
a6b909f98d
commit
e238e0fad0
|
@ -42,9 +42,9 @@ const (
|
|||
YiB // 1208925819614629174706176
|
||||
)
|
||||
const (
|
||||
RunTimes = 1000000
|
||||
RunTimes = 10000000
|
||||
Param = 100
|
||||
AntsSize = 50000
|
||||
AntsSize = 1000
|
||||
TestSize = 10000
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue