Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
794a7875
Unverified
Commit
794a7875
authored
Dec 10, 2025
by
Matthew Bonanni
Committed by
GitHub
Dec 10, 2025
Browse files
[Misc] Consistent case for `vllm bench serve` results (#30403)
Signed-off-by:
Matthew Bonanni
<
mbonanni@redhat.com
>
parent
2dcbac90
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
benchmarks/benchmark_serving_structured_output.py
benchmarks/benchmark_serving_structured_output.py
+1
-1
docs/benchmarking/cli.md
docs/benchmarking/cli.md
+1
-1
vllm/benchmarks/serve.py
vllm/benchmarks/serve.py
+1
-1
No files found.
benchmarks/benchmark_serving_structured_output.py
View file @
794a7875
...
...
@@ -574,7 +574,7 @@ async def benchmark(
)
print
(
"{:<40} {:<10.2f}"
.
format
(
"Total
T
oken throughput (tok/s):"
,
metrics
.
total_token_throughput
"Total
t
oken throughput (tok/s):"
,
metrics
.
total_token_throughput
)
)
...
...
docs/benchmarking/cli.md
View file @
794a7875
...
...
@@ -84,7 +84,7 @@ Total input tokens: 1369
Total generated tokens: 2212
Request throughput (req/s): 1.73
Output token throughput (tok/s): 382.89
Total
T
oken throughput (tok/s): 619.85
Total
t
oken throughput (tok/s): 619.85
---------------Time to First Token----------------
Mean TTFT (ms): 71.54
Median TTFT (ms): 73.88
...
...
vllm/benchmarks/serve.py
View file @
794a7875
...
...
@@ -788,7 +788,7 @@ async def benchmark(
)
print
(
"{:<40} {:<10.2f}"
.
format
(
"Total
T
oken throughput (tok/s):"
,
metrics
.
total_token_throughput
"Total
t
oken throughput (tok/s):"
,
metrics
.
total_token_throughput
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment