mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug: reorganize Print parent directory after benchmark
This commit is contained in:
parent
c620192eff
commit
34ebb576b4
1 changed files with 5 additions and 4 deletions
9
.github/workflows/benchmark.yml
vendored
9
.github/workflows/benchmark.yml
vendored
|
@ -34,9 +34,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Print parent directory
|
||||
run: cd .. && ls
|
||||
|
||||
- name: Build Luau
|
||||
run: make config=release luau luau-analyze
|
||||
|
||||
|
@ -49,7 +46,11 @@ jobs:
|
|||
run: python -m pip install requests && pwd
|
||||
|
||||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
run: |
|
||||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Print parent directory
|
||||
run: cd .. && ls
|
||||
|
||||
- name: Cd 1 level up and create gh-pages dir then cd into it
|
||||
run: ls && cd .. && mkdir gh-pages && cd gh-pages && pwd && ls
|
||||
|
|
Loading…
Add table
Reference in a new issue