mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Updated benchmark step name
This commit is contained in:
parent
08137a92b5
commit
b8e4aefb6e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/benchmark-cachegrind.yml
vendored
2
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
|
||||
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 then create gh-pages directory
|
||||
- name: Create gh-pages directory
|
||||
run: mkdir gh-pages
|
||||
|
||||
- name: Switch to & checkout benchmark results (gh-pages) repo
|
||||
|
|
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: |
|
||||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Navigate to root dir then create gh-pages directory
|
||||
- name: Create gh-pages directory
|
||||
run: mkdir gh-pages
|
||||
|
||||
- name: Switch to & checkout benchmark results (gh-pages) repo
|
||||
|
|
Loading…
Add table
Reference in a new issue