We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230bc56 commit b133527Copy full SHA for b133527
tests/conftest.py
@@ -210,7 +210,7 @@ def rqs_input() -> RqsGeneratorInput:
210
exercise the entire request-generator pipeline with minimal overhead.
211
"""
212
return RqsGeneratorInput(
213
- id= "rqs-1",
+ id="rqs-1",
214
avg_active_users=RVConfig(mean=1.0),
215
avg_request_per_minute_per_user=RVConfig(mean=2.0),
216
user_sampling_window=TimeDefaults.USER_SAMPLING_WINDOW,
0 commit comments