diff --git a/.github/workflows/codspeed-bench.yml b/.github/workflows/codspeed-bench.yml index 1ef91f60d2..04befefa9e 100644 --- a/.github/workflows/codspeed-bench.yml +++ b/.github/workflows/codspeed-bench.yml @@ -139,20 +139,6 @@ jobs: cd build/openblas_wrap python -c'import _flapack; print(dir(_flapack))' - - name: Check the wrapper is importable - run: | - cd benchmark/pybench - export PYTHONPATH=$PWD/build-install/lib/python${{matrix.pyver}}/site-packages/ - #echo "PYTHONPATH = "$PYTHONPATH - #ls -l $PYTHONPATH - ls -l $PYTHONPATH/openblas_wrap - cd $PYTHONPATH/openblas_wrap - python -c'import _flapack; print(dir(_flapack))' - python -c 'import openblas_wrap as o; print(f"{o.__file__ = }")' - ls -l ${{ github.workspace }}/benchmark/pybench/benchmarks/ - pip install pytest-benchmark - pytest ${{ github.workspace }}/benchmark/pybench/benchmarks/bench_blas.py - - name: Run benchmarks uses: CodSpeedHQ/action@v2 with: