Debug WIP

This commit is contained in:
Allan Jeremy 2022-05-26 15:01:09 +03:00
parent 47121c81f0
commit 6597c8743e
2 changed files with 22 additions and 10 deletions

View file

@ -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:

View file

@ -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: