mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
build: got benchmarks ready for prod
This commit is contained in:
parent
985d553c4d
commit
b799c0e577
1 changed files with 4 additions and 7 deletions
11
.github/workflows/benchmark-dev.yml
vendored
11
.github/workflows/benchmark-dev.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/retry-benchmarks
|
||||
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -29,8 +29,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
# - { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||
- { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
@ -122,8 +121,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
# - { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||
- { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
@ -264,8 +262,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
# - { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
- { 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