mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Running cachegrind with sudo
This commit is contained in:
parent
95959afc54
commit
e29346b84a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/benchmark-cachegrind.yml
vendored
4
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -50,10 +50,10 @@ jobs:
|
|||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
|
||||
run: ./scripts/run-with-cachegrind.sh ./${{ matrix.engine.runner }} scripts/${{ matrix.bench.script }}.lua "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
run: sudo ./scripts/run-with-cachegrind.sh ./${{ matrix.engine.runner }} scripts/${{ matrix.bench.script }}.lua "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
|
||||
run: ./scripts/run-with-cachegrind.sh ./${{ matrix.engine.runner }} scripts/${{ matrix.bench.script }}.lua "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
run: sudo ./scripts/run-with-cachegrind.sh ./${{ matrix.engine.runner }} scripts/${{ matrix.bench.script }}.lua "${{ 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