Debug WIP: Added vagrind installation step

This commit is contained in:
Allan Jeremy 2022-05-24 19:32:01 +03:00
parent a16bcbd5e4
commit d6c91d7dfc

View file

@ -44,10 +44,9 @@ jobs:
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Run benchmark
- name: Install valgrind
run: |
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
ls scripts
sudo apt-get install valgrind
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt