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
343854b574
commit
e369a4ee3d
1 changed files with 5 additions and 6 deletions
11
.github/workflows/benchmark.yml
vendored
11
.github/workflows/benchmark.yml
vendored
|
@ -48,15 +48,14 @@ jobs:
|
|||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- run: cd .. && mkdir gh-pages && cd gh-pages
|
||||
|
||||
# in gh-pages directory
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
path: "../gh-pages"
|
||||
|
||||
- name: Cd into gh-pages
|
||||
run: cd ../gh-pages
|
||||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
|
@ -66,8 +65,8 @@ jobs:
|
|||
git pull
|
||||
git status
|
||||
|
||||
- name: Print parent directory
|
||||
run: cd .. && pwd && ls
|
||||
# Switch back to luau directory
|
||||
- run: cd ../luau
|
||||
|
||||
#Run `github-action-benchmark` action
|
||||
- name: Store ${{ matrix.bench.title }} result
|
||||
|
|
Loading…
Add table
Reference in a new issue