mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 13:27:37 +08:00
refactor
This commit is contained in:
@@ -71,7 +71,7 @@ var boomCmd = &cobra.Command{
|
||||
if boomArgs.autoStart {
|
||||
hrpBoomer.SetAutoStart()
|
||||
hrpBoomer.SetExpectWorkers(boomArgs.expectWorkers, boomArgs.expectWorkersMaxWait)
|
||||
hrpBoomer.SetSpawnCount(boomArgs.SpawnCount)
|
||||
hrpBoomer.SetSpawnCount(int64(boomArgs.SpawnCount))
|
||||
hrpBoomer.SetSpawnRate(boomArgs.SpawnRate)
|
||||
}
|
||||
go hrpBoomer.StartServer()
|
||||
|
||||
Reference in New Issue
Block a user