mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debugging WIP
This commit is contained in:
parent
f6d50b0661
commit
ed192164a9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -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 ..
|
||||
|
|
Loading…
Add table
Reference in a new issue