-
Notifications
You must be signed in to change notification settings - Fork 163
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
test: Add asv benchmark jobs to CI #234
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 743ab76.
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #234 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 40 40
Lines 978 978
=======================================
Hits 966 966
Misses 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
…uptures into add_asv_benchmark_ci
for more information, see https://pre-commit.ci
"matrix": { | ||
"setuptools": [""], | ||
"setuptools_scm[toml]": [""], | ||
"Cython": [""], | ||
"numpy": [""], | ||
"scipy": [""], | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the required installs needs to be here as well.
Ok this is ready for review now, it passes on my local fork at least Illviljan#1. The benchmarks probably needs a bit more thought by someone more experienced. But that's for another PR I think. |
Co-authored-by: Charles T. <[email protected]>
Add a benchmarking ci, it will run if
run-benchmark
label is set.Inspired by: