-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Refactor benchmarking process to run relative benchmark for PR #106
Comments
For the GitHub Actions route, I think https://github.com/scikit-image/scikit-image/blob/main/benchmarks/README_CI.md sums up the expectations. We will never get an absolute number, only will know if a change introduced in a PR has changed performance significantly or not. So, if you are looking for absolutes (e.g., exactly how long is needed to run something and how that changes over time) or comparison with delta smaller than sensitivity of the CI, then this is not for you. |
Done in astropy/astropy#15779 thanks to @MridulS ! |
Perhaps we can be inpired by https://labs.quansight.org/blog/2021/08/github-actions-benchmarks/ .
Looks like it has been deployed in scikit-image:
Also see:
The text was updated successfully, but these errors were encountered: