Debugging WIP

This commit is contained in:
Allan Jeremy 2022-05-19 18:19:29 +03:00
parent f6d50b0661
commit ed192164a9

View file

@ -48,6 +48,9 @@ jobs:
- name: Run benchmark
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
- name: Print benchmark storage location details
run: pwd && ls
- name: Create gh-pages dir in runner root dir
run: |
cd ..