We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b21d2 commit 00b2974Copy full SHA for 00b2974
.github/workflows/codspeed-bench.yml
@@ -165,7 +165,8 @@ jobs:
165
python -c'import _flapack; print(dir(_flapack))'
166
python -c 'import openblas_wrap as o; print(f"{o.__file__ = }")'
167
pip install pytest-benchmark
168
- pytest benchmarks/bench_blas.py
+ ls -l {{ github.workspace }}/benchmark/pybench/benchmarks/
169
+ pytest {{ github.workspace }}/benchmark/pybench/benchmarks/bench_blas.py
170
171
- name: Run benchmarks
172
uses: CodSpeedHQ/action@v2
0 commit comments