This commit is contained in:
Andy Pan 2018-08-31 23:42:56 +08:00
parent 6ba16371e6
commit 833b6e29ac
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const (
const ( const (
RunTimes = 10000000 RunTimes = 10000000
Param = 100 Param = 100
AntsSize = 500 AntsSize = 1000
TestSize = 10000 TestSize = 10000
) )