mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Updated cachegrind run command
This commit is contained in:
parent
7cb82e2979
commit
a2dfb4aeb4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/benchmark-cachegrind.yml
vendored
6
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -47,13 +47,13 @@ jobs:
|
|||
- name: Run benchmark
|
||||
run: |
|
||||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
ls
|
||||
ls scripts
|
||||
|
||||
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
|
||||
run: sudo ./scripts/run-with-cachegrind.sh python bench/bench.py "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
run: sudo bash ./scripts/run-with-cachegrind.sh python bench/bench.py "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
|
||||
run: sudo ./scripts/run-with-cachegrind.sh python bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue