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 c14896f commit dd56c80Copy full SHA for dd56c80
src/guidellm/benchmark/profile.py
@@ -366,9 +366,6 @@ def from_standard_args( # type: ignore[override]
366
if "strategy_type" not in kwargs:
367
kwargs["strategy_type"] = "constant"
368
369
- if "max_rate_percent_adjustment" not in kwargs:
370
- kwargs["max_rate_percent_adjustment"] = 25.0
371
-
372
return SweepProfile(sweep_size=int(rate), random_seed=random_seed, **kwargs)
373
374
0 commit comments