mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
This commit is contained in:
parent
652155fb83
commit
ea8e2cc412
1 changed files with 3 additions and 1 deletions
4
.github/workflows/benchmark-dev.yml
vendored
4
.github/workflows/benchmark-dev.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/retry-benchmarks
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -28,7 +29,8 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
- { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
# - { name: "luau-lang/benchmark-data", branch: "main" }
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue