forked from mirror/ants
reset param change
This commit is contained in:
parent
c1738ae964
commit
3070771e41
|
@ -43,7 +43,7 @@ const (
|
||||||
)
|
)
|
||||||
const (
|
const (
|
||||||
RunTimes = 10000000
|
RunTimes = 10000000
|
||||||
Param = 0
|
Param = 100
|
||||||
AntsSize = 1000
|
AntsSize = 1000
|
||||||
TestSize = 10000
|
TestSize = 10000
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue