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 6289c07 commit d5ee018Copy full SHA for d5ee018
src/guidellm/benchmark/aggregator.py
@@ -600,7 +600,7 @@ def compile(self) -> GenerativeBenchmark:
600
"""
601
successful, incomplete, errored = self._compile_results()
602
error_rate = self.requests_stats.totals.errored.total / \
603
- (self.requests_stats.totals.successful + self.requests_stats.totals.errored.total)
+ (self.requests_stats.totals.successful.total + self.requests_stats.totals.errored.total)
604
605
return GenerativeBenchmark.from_stats(
606
run_id=self.run_id,
0 commit comments