We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c5e7a commit 93f0fd1Copy full SHA for 93f0fd1
src/guidellm/benchmark/benchmark.py
@@ -263,7 +263,7 @@ class BenchmarkMetrics(StandardBaseModel):
263
A serializable model representing the metrics for a benchmark run.
264
"""
265
266
- request_per_second: StatusDistributionSummary = Field(
+ requests_per_second: StatusDistributionSummary = Field(
267
description="The distribution of requests per second for the benchmark.",
268
)
269
request_concurrency: StatusDistributionSummary = Field(
0 commit comments