Skip to content

Commit 4b4ab8e

Browse files
authored
Fix incorrect metric display for request latency in console output (#142)
1 parent d5f088e commit 4b4ab8e

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
@@ -889,7 +889,7 @@ def print_benchmarks_stats(self):
889889
"Request Stats": (1, 2),
890890
"Out Tok/sec": (3, 3),
891891
"Tot Tok/sec": (4, 4),
892-
"Req Latency (ms)": (5, 7),
892+
"Req Latency (sec)": (5, 7),
893893
"TTFT (ms)": (8, 10),
894894
"ITL (ms)": (11, 13),
895895
"TPOT (ms)": (14, 16),

0 commit comments

Comments
 (0)