Skip to content

Commit 8238b90

Browse files
authored
Fix units for Req Latency in output to seconds (#113)
`request_latency()` returns time in seconds not ms. Signed-off-by: Sai Sindhur Malleni <smalleni@redhat.com>
1 parent 8696139 commit 8238b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def print_benchmarks_stats(self):
302302
"Requests Concurrency",
303303
"Output Tok / sec",
304304
"Total Tok / sec",
305-
"Req Latency (ms)\n(mean / median / p99)",
305+
"Req Latency (sec)\n(mean / median / p99)",
306306
"TTFT (ms)\n(mean / median / p99)",
307307
"ITL (ms)\n(mean / median / p99)",
308308
"TPOT (ms)\n(mean / median / p99)",

0 commit comments

Comments
 (0)