Debug WIP: Updated benchmark step name

This commit is contained in:
Allan Jeremy 2022-05-25 12:22:51 +03:00
parent 08137a92b5
commit b8e4aefb6e
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ jobs:
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
- name: Navigate to root dir then create gh-pages directory
- name: Create gh-pages directory
run: mkdir gh-pages
- name: Switch to & checkout benchmark results (gh-pages) repo

View file

@ -48,7 +48,7 @@ jobs:
run: |
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
- name: Navigate to root dir then create gh-pages directory
- name: Create gh-pages directory
run: mkdir gh-pages
- name: Switch to & checkout benchmark results (gh-pages) repo