We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--benchmark-compare-fail
for very chaotic benchmark, we sometimes want to accept changes of 100% or more, but pytest-benchmark doesn't accept this argument
>>> pytest tests/benchmark/*.py --benchmark-compare=0001 --benchmark-compare-fail=mean:100% --benchmark-compare-fail=median:100% ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: argument --benchmark-compare-fail: Could not parse value: 'mean:100%'.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
for very chaotic benchmark, we sometimes want to accept changes of 100% or more, but pytest-benchmark doesn't accept this argument
The text was updated successfully, but these errors were encountered: