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
|
- 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
|
||||||
|
|
||||||
|
- run: cd .. && mkdir gh-pages && cd gh-pages
|
||||||
|
|
||||||
|
# in gh-pages directory
|
||||||
- name: Switch to & checkout gh-pages repo
|
- name: Switch to & checkout gh-pages repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: AllanJeremy/luau-benchmark-results
|
repository: AllanJeremy/luau-benchmark-results
|
||||||
ref: "main"
|
ref: "main"
|
||||||
path: "../gh-pages"
|
|
||||||
|
|
||||||
- name: Cd into gh-pages
|
|
||||||
run: cd ../gh-pages
|
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
- name: Checkout gh-pages
|
||||||
run: |
|
run: |
|
||||||
|
@ -66,8 +65,8 @@ jobs:
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: Print parent directory
|
# Switch back to luau directory
|
||||||
run: cd .. && pwd && ls
|
- run: cd ../luau
|
||||||
|
|
||||||
#Run `github-action-benchmark` action
|
#Run `github-action-benchmark` action
|
||||||
- name: Store ${{ matrix.bench.title }} result
|
- name: Store ${{ matrix.bench.title }} result
|
||||||
|
|
Loading…
Add table
Reference in a new issue