Debug WIP: Fixed prior benchmark stuff

This commit is contained in:
Allan Jeremy 2022-06-06 15:15:08 +03:00
parent fc93f13fec
commit 0e9d1e5098
2 changed files with 0 additions and 4 deletions

View file

@ -56,11 +56,9 @@ jobs:
run: |
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Install valgrind
run: |
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 ${{ matrix.bench.script }}-output.txt

View file

@ -55,11 +55,9 @@ jobs:
run: |
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Run benchmark
run: |
python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
- name: Checkout Benchmark Results repository
uses: actions/checkout@v3
with: