Debug WIP

This commit is contained in:
Allan Jeremy 2022-06-07 15:10:28 +03:00
parent a09327bdef
commit de84540337

View file

@ -54,10 +54,10 @@ jobs:
sudo apt-get install valgrind sudo apt-get install valgrind
- name: Run ${{ matrix.bench.title }} (Cold Cachegrind) - name: Run ${{ matrix.bench.title }} (Cold Cachegrind)
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua | tee ${{ matrix.bench.script }}-output.txt run: sudo bash ./scripts/run-with-cachegrind.sh (python ./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua) | tee ${{ matrix.bench.script }}-output.txt
- name: Run ${{ matrix.bench.title }} (Warm Cachegrind) - name: Run ${{ matrix.bench.title }} (Warm Cachegrind)
run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua | tee ${{ matrix.bench.script }}-output.txt run: sudo bash ./scripts/run-with-cachegrind.sh (python ./bench/measure_time.py ./build/release/luau-analyze bench/static_analysis/LuauPolyfillMap.lua) | tee ${{ matrix.bench.script }}-output.txt
- name: Checkout Benchmark Results repository - name: Checkout Benchmark Results repository
uses: actions/checkout@v3 uses: actions/checkout@v3