update benchmark test

This commit is contained in:
Andy Pan 2018-12-01 18:40:19 +08:00
parent 92acf74bb7
commit 846a758f65
1 changed files with 2 additions and 2 deletions

View File

@ -31,9 +31,9 @@ import (
)
const (
RunTimes = 10000000
RunTimes = 1000000
benchParam = 10
benchAntsSize = 100000
benchAntsSize = 200000
)
func demoFunc() error {