mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Added vagrind installation step
This commit is contained in:
parent
a16bcbd5e4
commit
d6c91d7dfc
1 changed files with 2 additions and 3 deletions
5
.github/workflows/benchmark-cachegrind.yml
vendored
5
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -44,10 +44,9 @@ jobs:
|
|||
python -m pip install requests
|
||||
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
|
||||
|
||||
- name: Run benchmark
|
||||
- name: Install valgrind
|
||||
run: |
|
||||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
ls scripts
|
||||
sudo apt-get install valgrind
|
||||
|
||||
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
|
||||
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle}}Cold" 1 | tee -a ${{ matrix.bench.script }}-output.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue