Browse Source

WIP: fish out the gesdd failure?

tags/v0.3.28^2
Evgeni Burovski 1 year ago
parent
commit
5b385fd453
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .github/workflows/codspeed-bench.yml

+ 7
- 0
.github/workflows/codspeed-bench.yml View File

@@ -139,6 +139,13 @@ jobs:
cd build/openblas_wrap
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
uses: CodSpeedHQ/action@v2
with:


Loading…
Cancel
Save