mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Updated step names & removed debug commands
This commit is contained in:
parent
d003dc1616
commit
26b5e3bcfa
2 changed files with 5 additions and 7 deletions
8
.github/workflows/benchmark-cachegrind.yml
vendored
8
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -57,18 +57,16 @@ jobs:
|
|||
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Navigate to root dir, create gh-pages dir then navigate into it
|
||||
run: cd .. && ls && ls gh-pages && mkdir gh-pages && cd gh-pages && pwd
|
||||
run: cd .. && mkdir gh-pages && cd gh-pages && pwd
|
||||
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
- name: Switch to & checkout benchmark results (gh-pages) repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
|
||||
|
||||
- run: pwd
|
||||
|
||||
- name: Checkout gh-pages
|
||||
- name: Checkout benchmark results (gh-pages)
|
||||
run: |
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin main
|
||||
|
|
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
@ -51,13 +51,13 @@ jobs:
|
|||
- name: Navigate to root dir, create gh-pages dir then navigate into it
|
||||
run: cd .. && mkdir gh-pages && cd gh-pages
|
||||
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
- name: Switch to & checkout benchmark results (gh-pages) repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
|
||||
- name: Checkout gh-pages
|
||||
- name: Checkout benchmark results (gh-pages)
|
||||
run: |
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin main
|
||||
|
|
Loading…
Add table
Reference in a new issue