test: Add asv benchmark jobs to CI#234
test: Add asv benchmark jobs to CI#234Illviljan wants to merge 48 commits intodeepcharles:masterfrom
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.
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. <charles@doffy.net>
Add a benchmarking ci, it will run if
run-benchmarklabel is set.Inspired by: