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 fe07d34 commit 612526dCopy full SHA for 612526d
src/guidellm/benchmark/profile.py
@@ -681,7 +681,7 @@ def next_strategy(
681
prev_benchmark.metrics.requests_per_second.successful.mean
682
)
683
if self.synchronous_rate <= 0 and self.throughput_rate <= 0:
684
- raise RuntimeError("Invalid rates in sweep; aborting. Where there any successful requests?")
+ raise RuntimeError("Invalid rates in sweep; aborting. Were there any successful requests?")
685
self.measured_rates = list(
686
np.linspace(
687
self.synchronous_rate,
0 commit comments