-
Notifications
You must be signed in to change notification settings - Fork 39
Feat/max error rate #171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/max error rate #171
Conversation
This reverts commit 6059af1.
📦 Build Artifacts Available |
📦 Build Artifacts Available |
Addressing this issue:
#105
--max-error-rate
flag was added.It is only applicable in either or the the following scenarios:
max_requests
is setrate_type
isconstant
andmax_duration
is setsweep
for example)multiprocessing.Event
which is used to trigger a shutdown once we hitmax_error_rate
.max_error_rate
- added toreport
error_rate
in the final report is calculated astotal errored / total requests finalized
i.e we excludeincomplete requests