From 2b467d22beebf12d1556a9e922c7e34ef4132aab Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 16 Jun 2022 16:21:26 +0300 Subject: [PATCH] debug: Changed bench results repo --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9e075471..bb86e8e1 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -116,7 +116,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "luau-lang/benchmark-data", branch: "main" } + - { name: "AllanJeremy/luau-benchmark-results", branch: "main" } runs-on: ${{ matrix.os }} steps: