Skip to content

Commit 7b8ae3e

Browse files
authored
Update .github/workflows/codspeed-bench.yml
1 parent 1372ca9 commit 7b8ae3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
# run the sdgesdd benchmark w/o codspeed
143143
pip install pytest-benchmark
144-
cd benchmark/pybench
144+
cd ../../benchmark/pybench
145145
export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/site-packages/
146146
OPENBLAS_NUM_THREADS=1 pytest benchmarks/bench_blas.py -k 'gesdd'
147147

0 commit comments

Comments
 (0)