From 6ac2d75aca5d571fb4bf8a65c3add87a3f6af06b Mon Sep 17 00:00:00 2001 From: Ganesh Kudleppanavar <158088791+ganeshku1@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:52:12 -0700 Subject: [PATCH] Add gooput CLI doc which was missing from the main Readme for Genai-Perf. --- genai-perf/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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) . +