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: