WIP: fish out the gesdd failure?

This commit is contained in:
Evgeni Burovski 2024-07-02 19:23:42 +03:00
parent bdb6069051
commit 5b385fd453
1 changed files with 7 additions and 0 deletions

View File

@ -139,6 +139,13 @@ jobs:
cd build/openblas_wrap cd build/openblas_wrap
python -c'import _flapack; print(dir(_flapack))' python -c'import _flapack; print(dir(_flapack))'
- name: Run benchmarks under pytest-benchmark
run: |
cd benchmark/pybench
pip install pytest-benchmark
export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/site-packages/
OPENBLAS_NUM_THREADS=1 pytest benchmarks/bench_blas.py -k 'gesdd'
- name: Run benchmarks - name: Run benchmarks
uses: CodSpeedHQ/action@v2 uses: CodSpeedHQ/action@v2
with: with: