Cleanup: Updated benchmark results repo

TODO: Change this to Luau benchmark data one
This commit is contained in:
Allan Jeremy 2022-05-25 17:30:07 +03:00
parent 00e1a1a2ce
commit dbee93133d
2 changed files with 4 additions and 2 deletions

View file

@ -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:

View file

@ -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: