Skip to content

Commit 5b385fd

Browse files
committed
WIP: fish out the gesdd failure?
1 parent bdb6069 commit 5b385fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codspeed-bench.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ jobs:
139139
cd build/openblas_wrap
140140
python -c'import _flapack; print(dir(_flapack))'
141141
142+
- name: Run benchmarks under pytest-benchmark
143+
run: |
144+
cd benchmark/pybench
145+
pip install pytest-benchmark
146+
export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/site-packages/
147+
OPENBLAS_NUM_THREADS=1 pytest benchmarks/bench_blas.py -k 'gesdd'
148+
142149
- name: Run benchmarks
143150
uses: CodSpeedHQ/action@v2
144151
with:

0 commit comments

Comments
 (0)