Skip to content

Commit

Permalink
Merge pull request #361 from MojixCoder/master
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
bojand committed May 27, 2022
2 parents 5be6c88 + babb7f6 commit 0ec301f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ ghz --insecure \

Enable gzip compression on requests.

### `--lb-strategy`

Client load balancing strategy. For example: `--lb-strategy "round_robin"`

### `--count-errors`

By default stats for fastest, slowest, average, histogram, and latency distributions only take into account the responses with OK status. This option enabled counting of erroneous (non-OK) responses in stats calculations as well.
Expand Down
1 change: 1 addition & 0 deletions www/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Flags:
--cpus=12 Number of cpu cores to use.
--debug= The path to debug log file.
-e, --enable-compression Enable Gzip compression on requests.
--lb-strategy= Client load balancing strategy.
-v, --version Show application version.
Args:
Expand Down

0 comments on commit 0ec301f

Please sign in to comment.