Debug WIP

This commit is contained in:
Allan Jeremy 2022-06-07 15:51:15 +03:00
parent 3a5f54e968
commit d7cc6d68bb

View file

@ -4,13 +4,13 @@ on:
push: push:
branches: branches:
- "feat/add-static-file-luau-analyze" - "feat/add-static-file-luau-analyze"
pull_request: # pull_request:
paths-ignore: # paths-ignore:
- "docs/**" # - "docs/**"
- "papers/**" # - "papers/**"
- "rfcs/**" # - "rfcs/**"
- "*.md" # - "*.md"
- "prototyping/**" # - "prototyping/**"
jobs: jobs:
benchmarks-run: benchmarks-run:
@ -54,7 +54,7 @@ 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) "${{ matrix.bench.cachegrindTitle}}Cold" 1 | 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" "${{ matrix.bench.cachegrindTitle}}Cold" 1 | 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" "${{ matrix.bench.cachegrindTitle}}" 2 | 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" "${{ matrix.bench.cachegrindTitle}}" 2 | tee ${{ matrix.bench.script }}-output.txt