From dc54c9547af9878c4f882befd41cffa48abf50f2 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 13:28:14 +0300 Subject: [PATCH] Debug WIP: Updated cachegrind script --- .github/workflows/benchmark-cachegrind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 521f83d9..449b997b 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -51,7 +51,7 @@ jobs: 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 + run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ 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/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt @@ -69,7 +69,7 @@ jobs: uses: Roblox/rhysd-github-action-benchmark@v-luau with: name: ${{ matrix.bench.title }} - tool: "benchmarkluau" + tool: "roblox" # This should come from Luau repo output-file-path: ./${{ matrix.bench.script }}-output.txt