From 6fda24285b60877574428a6f88db5eaea15cc88c Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 9 Jun 2022 18:57:04 +0300 Subject: [PATCH] Cleanup: Reconfigured benchmarks to point to Luau lang repo --- .github/workflows/benchmark.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a98e6bf6f..68f63006f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -4,7 +4,6 @@ on: push: branches: - master - - feat/add-cachegrind paths-ignore: - "docs/**" @@ -29,7 +28,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "AllanJeremy/luau-benchmark-results", branch: "main" } + - { name: "luau-lang/benchmark-data", branch: "main" } runs-on: ${{ matrix.os }} steps: