Skip to content

Commit 93f0fd1

Browse files
committed
Fix case chnage on requests_per_second
1 parent f8c5e7a commit 93f0fd1

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
@@ -263,7 +263,7 @@ class BenchmarkMetrics(StandardBaseModel):
263263
A serializable model representing the metrics for a benchmark run.
264264
"""
265265

266-
request_per_second: StatusDistributionSummary = Field(
266+
requests_per_second: StatusDistributionSummary = Field(
267267
description="The distribution of requests per second for the benchmark.",
268268
)
269269
request_concurrency: StatusDistributionSummary = Field(

0 commit comments

Comments
 (0)