Skip to content

Commit 612526d

Browse files
committed
Fix grammatical error
1 parent fe07d34 commit 612526d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guidellm/benchmark/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def next_strategy(
681681
prev_benchmark.metrics.requests_per_second.successful.mean
682682
)
683683
if self.synchronous_rate <= 0 and self.throughput_rate <= 0:
684-
raise RuntimeError("Invalid rates in sweep; aborting. Where there any successful requests?")
684+
raise RuntimeError("Invalid rates in sweep; aborting. Were there any successful requests?")
685685
self.measured_rates = list(
686686
np.linspace(
687687
self.synchronous_rate,

0 commit comments

Comments
 (0)