Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guidellm/benchmark/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def print_benchmarks_stats(self):
"Request Stats": (1, 2),
"Out Tok/sec": (3, 3),
"Tot Tok/sec": (4, 4),
"Req Latency (ms)": (5, 7),
"Req Latency (sec)": (5, 7),
"TTFT (ms)": (8, 10),
"ITL (ms)": (11, 13),
"TPOT (ms)": (14, 16),
Expand Down