We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb6069 commit 5b385fdCopy full SHA for 5b385fd
1 file changed
.github/workflows/codspeed-bench.yml
@@ -139,6 +139,13 @@ jobs:
139
cd build/openblas_wrap
140
python -c'import _flapack; print(dir(_flapack))'
141
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
+
149
- name: Run benchmarks
150
uses: CodSpeedHQ/action@v2
151
with:
0 commit comments