diff --git a/genai-perf/README.md b/genai-perf/README.md index a2ba9bcd..bae036ea 100644 --- a/genai-perf/README.md +++ b/genai-perf/README.md @@ -617,6 +617,11 @@ An option to enable verbose mode. (default: `False`) An option to print the version and exit. +##### `--goodput ` + +Benchmark and measure goodput with GenAI-Perf by tracking completed requests per second that meet performance constraints like time-to-first-token and inter-token latency. Use it to assess model efficiency and optimize deployments. +For more details please follow this [goodput doc](docs/goodput.md) . +