Skip to content
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

Using CI for relative benchmarking #9

Open
goodmami opened this issue Nov 18, 2023 · 0 comments
Open

Using CI for relative benchmarking #9

goodmami opened this issue Nov 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@goodmami
Copy link
Owner

Using CI to get absolute benchmark speeds is not feasible, but it may be possible to use it for relative benchmarks. https://dev.to/quansightlabs/is-github-actions-suitable-for-running-benchmarks-111h describes "relative" as between two commits, but we could also consider it between a mostly-fixed implementation (e.g., stdlib parsers) and the ones we're benchmarking. E.g., is it 1.5x, 3x, 100x slower than the stdlib parser, rather than 10ms, 20ms, 1s absolute times.

Also see https://github.com/marketplace/actions/continuous-benchmark

@goodmami goodmami added the enhancement New feature or request label Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant