numba / numba-benchmark

BSD 2-Clause "Simplified" License
9 stars 6 forks source link

Use Github Actions #13

Open abitrolly opened 3 years ago

abitrolly commented 3 years ago

Right now tests fail.

flake8 complains

Run # stop the build if there are Python syntax errors or undefined names
./benchmarks/bench_sorting.py:65:9: F821 undefined name 'sort'
        sort(dummy)
        ^
./benchmarks/bench_sorting.py:66:9: F821 undefined name 'argsort'
        argsort(dummy)
        ^

asv complains too.

· No information stored about machine 'fv-az167-7'. I know about nothing.
abitrolly commented 3 years ago

@esc can we merge the GitHub Actions part even if there is are no tests fixes yet?

esc commented 3 years ago

@esc can we merge the GitHub Actions part even if there is are no tests fixes yet?

I'll put it on my list of things to do, but it may be some months until I get around to it. Thank you for your patience.