Skip to content

Commit 3d8cd62

Browse files
markurtzdagrayvid
andauthored
Update src/guidellm/benchmark/benchmark.py
Co-authored-by: David Gray <[email protected]>
1 parent c7476ab commit 3d8cd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ class GenerativeBenchmark(Benchmark):
555555
"completed, errored, and all requests."
556556
),
557557
)
558-
outputs_tokens_per_second: StatusDistributionSummary = Field(
558+
output_tokens_per_second: StatusDistributionSummary = Field(
559559
description=(
560560
"The distribution of output tokens per second for completed, "
561561
"errored, and all requests."

0 commit comments

Comments
 (0)