mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup: Reconfigured benchmarks to point to Luau lang repo
This commit is contained in:
parent
54aaad2679
commit
6fda24285b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue