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
compare outside of pytest allows to compare 2 previous benchmark runs.
However, there is no way to do --benchmark-compare-fail outside of pytest.
--benchmark-compare-fail
Please consider providing a flag i.e.
pytest-benchmark compare 0001 0002 --fail=<stat>:<num>
Then return a non-zero exit status when the fail criteria is met.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
compare outside of pytest allows to compare 2 previous benchmark runs.
However, there is no way to do
--benchmark-compare-fail
outside of pytest.Please consider providing a flag i.e.
Then return a non-zero exit status when the fail criteria is met.
The text was updated successfully, but these errors were encountered: