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
1bf1a34b
Unverified
Commit
1bf1a34b
authored
Jan 22, 2026
by
Kebe
Committed by
GitHub
Jan 22, 2026
Browse files
[bench] add start_times field to vllm bench serve json result (#32667)
Signed-off-by:
Kebe
<
mail@kebe7jun.com
>
parent
a8102998
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/benchmarks/serve.py
vllm/benchmarks/serve.py
+2
-0
No files found.
vllm/benchmarks/serve.py
View file @
1bf1a34b
...
...
@@ -958,6 +958,7 @@ async def benchmark(
"output_lens"
:
actual_output_lens
,
"ttfts"
:
[
output
.
ttft
for
output
in
outputs
],
"itls"
:
[
output
.
itl
for
output
in
outputs
],
"start_times"
:
[
output
.
start_time
for
output
in
outputs
],
"generated_texts"
:
[
output
.
generated_text
for
output
in
outputs
],
"errors"
:
[
output
.
error
for
output
in
outputs
],
"max_output_tokens_per_s"
:
metrics
.
max_output_tokens_per_s
,
...
...
@@ -1721,6 +1722,7 @@ async def main_async(args: argparse.Namespace) -> dict[str, Any]:
for
field
in
[
"input_lens"
,
"output_lens"
,
"start_times"
,
"ttfts"
,
"itls"
,
"generated_texts"
,
...
...
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