[Misc] Consistent case for vllm bench serve results (#30403)

Signed-off-by: Matthew Bonanni <mbonanni@redhat.com>
This commit is contained in:
Matthew Bonanni
2025-12-10 12:44:02 -05:00
committed by GitHub
parent 2dcbac9077
commit 794a7875ee
3 changed files with 3 additions and 3 deletions

View File

@@ -574,7 +574,7 @@ async def benchmark(
)
print(
"{:<40} {:<10.2f}".format(
"Total Token throughput (tok/s):", metrics.total_token_throughput
"Total token throughput (tok/s):", metrics.total_token_throughput
)
)