mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 21:27:35 +08:00
feat: support statistics summary for load testing
This commit is contained in:
@@ -43,6 +43,7 @@ var boomCmd = &cobra.Command{
|
||||
hrpBoomer.SetDisableCompression(disableCompression)
|
||||
hrpBoomer.EnableCPUProfile(cpuProfile, cpuProfileDuration)
|
||||
hrpBoomer.EnableMemoryProfile(memoryProfile, memoryProfileDuration)
|
||||
hrpBoomer.EnableGracefulQuit()
|
||||
hrpBoomer.Run(paths...)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user