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