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
47121c81f0
commit
6597c8743e
2 changed files with 22 additions and 10 deletions
15
.github/workflows/benchmark-cachegrind.yml
vendored
15
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -1,7 +1,18 @@
|
|||
name: Luau Benchmarks (CacheGrind)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - "docs/**"
|
||||
# - "papers/**"
|
||||
# - "rfcs/**"
|
||||
# - "*.md"
|
||||
# - "prototyping/**"
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/add-cachegrind
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -27,7 +38,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "test" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
17
.github/workflows/benchmark.yml
vendored
17
.github/workflows/benchmark.yml
vendored
|
@ -1,16 +1,17 @@
|
|||
name: Luau Benchmarks
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
- "rfcs/**"
|
||||
- "*.md"
|
||||
- "prototyping/**"
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - "docs/**"
|
||||
# - "papers/**"
|
||||
# - "rfcs/**"
|
||||
# - "*.md"
|
||||
# - "prototyping/**"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- feat/add-cachegrind
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "papers/**"
|
||||
|
@ -36,7 +37,7 @@ jobs:
|
|||
cachegrindIterCount: 20,
|
||||
}
|
||||
benchResultsRepo:
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||
- { name: "AllanJeremy/luau-benchmark-results", branch: "test" }
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue