merge main

This commit is contained in:
debugtalk
2022-01-13 18:45:27 +08:00
8 changed files with 177 additions and 39 deletions

View File

@@ -1,5 +1,10 @@
# Release History
## v0.5.1 (2022-01-13)
- feat: support specifying running cycles for load testing
- fix: ensure last stats reported when stop running
## v0.5.0 (2022-01-08)
- feat: support creating and calling custom functions with [go plugin](https://pkg.go.dev/plugin)

View File

@@ -25,6 +25,7 @@ hrp boom [flags]
--cpu-profile-duration duration CPU profile duration. (default 30s)
--disable-console-output Disable console output.
-h, --help help for boom
--loop-count int The specify running cycles for load testing (default -1)
--max-rps int Max RPS that boomer can generate, disabled by default.
--mem-profile string Enable memory profiling.
--mem-profile-duration duration Memory profile duration. (default 30s)