mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup: Updated benchmark results repo
TODO: Change this to Luau benchmark data one
This commit is contained in:
parent
00e1a1a2ce
commit
dbee93133d
2 changed files with 4 additions and 2 deletions
3
.github/workflows/benchmark-cachegrind.yml
vendored
3
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -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:
|
||||
|
|
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue