mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
3d879994af
commit
b7f6080824
1 changed files with 4 additions and 1 deletions
5
.github/workflows/benchmark-cachegrind.yml
vendored
5
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -55,13 +55,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 .. && mkdir gh-pages && cd gh-pages
|
||||
run: cd .. && mkdir gh-pages && cd gh-pages && pwd
|
||||
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
path: "./"
|
||||
|
||||
- run: pwd
|
||||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue