fix: unittest

This commit is contained in:
徐聪
2022-07-25 21:30:01 +08:00
parent 683c0e5374
commit 8fa04335e9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -383,7 +383,6 @@ func (r *runner) spawnWorkers(spawnCount int64, spawnRate float64, quit chan boo
// spawn workers with rate limit
sleepTime := time.Duration(1000000/r.controller.getSpawnRate()) * time.Microsecond
time.Sleep(sleepTime)
// loop count per worker
var workerLoop *Loop
if r.loop != nil {