From d7cc6d68bb918bcc73bc2c1987d5cda91524e4c4 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 7 Jun 2022 15:51:15 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/static-analysis-cachegrind.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/static-analysis-cachegrind.yml b/.github/workflows/static-analysis-cachegrind.yml index 50865661..d59e8992 100644 --- a/.github/workflows/static-analysis-cachegrind.yml +++ b/.github/workflows/static-analysis-cachegrind.yml @@ -4,13 +4,13 @@ on: push: branches: - "feat/add-static-file-luau-analyze" - pull_request: - paths-ignore: - - "docs/**" - - "papers/**" - - "rfcs/**" - - "*.md" - - "prototyping/**" + # pull_request: + # paths-ignore: + # - "docs/**" + # - "papers/**" + # - "rfcs/**" + # - "*.md" + # - "prototyping/**" jobs: benchmarks-run: @@ -54,7 +54,7 @@ jobs: sudo apt-get install valgrind - 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) # 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