Skip to content

Commit

Permalink
Add gooput CLI doc which was missing from the main
Browse files Browse the repository at this point in the history
Readme for Genai-Perf.
  • Loading branch information
ganeshku1 committed Feb 5, 2025
1 parent 3416d4f commit a13b984
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions genai-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,16 @@ An option to enable verbose mode. (default: `False`)

An option to print the version and exit.

##### `--goodput <key:value>`
##### `--g <key:value>`

An option to provide constraints in order to compute goodput. Specify goodput
constraints as 'key:value' pairs, where the key is a valid metric name, and the
value is a number representing either milliseconds or a throughput value per
second. For example, 'request_latency:300' or
'output_token_throughput_per_request:600'. Multiple key:value pairs can be
provided, separated by spaces. (default: `None`)

</br>

<!--
Expand Down

0 comments on commit a13b984

Please sign in to comment.