From dbee93133d53e6597ee088b772ff2f51cec84166 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 17:30:07 +0300 Subject: [PATCH] Cleanup: Updated benchmark results repo TODO: Change this to Luau benchmark data one --- .github/workflows/benchmark-cachegrind.yml | 3 ++- .github/workflows/benchmark.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index a234275b..a87f17d3 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -26,7 +26,8 @@ jobs: cachegrindTitle: "Performance", cachegrindIterCount: 20, } - benchResultsRepo: [{ name: "luau-lang/benchmark-data", branch: "main" }] + benchResultsRepo: + [{ name: "AllanJeremy/luau-benchmark-results", branch: "main" }] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4642c841..9604b45a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -26,7 +26,8 @@ jobs: cachegrindTitle: "Performance", cachegrindIterCount: 20, } - benchResultsRepo: [{ name: "luau-lang/benchmark-data", branch: "main" }] + benchResultsRepo: + [{ name: "AllanJeremy/luau-benchmark-results", branch: "main" }] runs-on: ${{ matrix.os }} steps: