From 949241b6f82aca08be8c237a42ceb35256213477 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 17 Oct 2022 12:01:13 -0700 Subject: [PATCH] Minor fixes --- .github/workflows/benchmark.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 438394d9..fd19c0a4 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -9,6 +9,9 @@ on: - "papers/**" - "rfcs/**" - "*.md" + pull_request: + branches: + - benchmark jobs: callgrind: @@ -53,7 +56,7 @@ jobs: - name: Run benchmark (bench-codegen) run: | - python bench/bench.py --callgrind --vm "./luau --codegen -O2" | tee -a bench-codegen-output.txt + python bench/bench.py --callgrind --vm "./luau-codegen --codegen -O2" | tee -a bench-codegen-output.txt - name: Run benchmark (analyze) run: |