Debug WIP

This commit is contained in:
Allan Jeremy 2022-05-25 12:59:55 +03:00
parent ddec632caa
commit 2ddeb96bee

View file

@ -46,7 +46,7 @@ jobs:
- name: Run benchmark
run: |
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
- name: Switch to & checkout benchmark results (gh-pages) repo
uses: actions/checkout@v3