From c0e3b1f43c45af540ca76fe8219a59ae03329a93 Mon Sep 17 00:00:00 2001 From: Andy Dai Date: Thu, 22 Aug 2024 16:07:46 -0700 Subject: [PATCH] Updated tutorial, goodput is printed inside table --- genai-perf/docs/goodput.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/genai-perf/docs/goodput.md b/genai-perf/docs/goodput.md index b705d831..ea7d1502 100644 --- a/genai-perf/docs/goodput.md +++ b/genai-perf/docs/goodput.md @@ -130,12 +130,12 @@ genai-perf profile \ Example output: ``` - Embeddings Metrics -┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓ -┃ Statistic ┃ avg ┃ min ┃ max ┃ p99 ┃ p90 ┃ p75 ┃ -┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━┩ -│ Request latency (ms) │ 22.23 │ 21.67 │ 31.96 │ 22.90 │ 22.48 │ 22.31 │ -└──────────────────────┴───────┴───────┴───────┴───────┴───────┴───────┘ -Request throughput (per sec): 44.73 -Request goodput (per sec): 40.28 + NVIDIA GenAI-Perf | Embeddings Metrics +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓ +┃ Statistic ┃ avg ┃ min ┃ max ┃ p99 ┃ p90 ┃ p75 ┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━┩ +│ Request latency (ms) │ 23.23 │ 21.98 │ 147.53 │ 23.74 │ 22.75 │ 22.52 │ +│ Request throughput (per sec) │ 42.95 │ N/A │ N/A │ N/A │ N/A │ N/A │ +│ Request goodput (per sec) │ 30.40 │ N/A │ N/A │ N/A │ N/A │ N/A │ +└──────────────────────────────┴───────┴───────┴────────┴───────┴───────┴───────┘ ``` \ No newline at end of file