Skip to content

Commit

Permalink
cln
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed May 18, 2024
1 parent 53f8a77 commit a215d0c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/codspeed-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a215d0c

Please sign in to comment.