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 6379f42 commit 98f859cCopy full SHA for 98f859c
src/guidellm/executor/profile_generator.py
@@ -324,9 +324,6 @@ def create_sweep_profile(
324
325
if index == 1:
326
throughput_profile: Profile = ProfileGenerator.create_throughput_profile(0) # type: ignore # noqa: PGH003
327
- # set the max number of requests to 5 times the number of requests
328
- # incase it is not set for the sweep to limit the number of requests
329
- throughput_profile.args = {"max_number": sync_benchmark.request_count * 5}
330
return throughput_profile
331
332
if not throughput_benchmark:
0 commit comments