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
100556e084
commit
a9c3cbb010
2 changed files with 2 additions and 0 deletions
1
.github/workflows/benchmark-cachegrind.yml
vendored
1
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
|||
fail-on-alert: true
|
||||
comment-on-alert: true
|
||||
comment-always: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push benchmark results
|
||||
if: github.event_name == 'push'
|
||||
|
|
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
@ -81,6 +81,7 @@ jobs:
|
|||
fail-on-alert: true
|
||||
comment-on-alert: true
|
||||
comment-always: true
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Push benchmark results
|
||||
if: github.event_name == 'push'
|
||||
|
|
Loading…
Add table
Reference in a new issue