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
9b7472be51
commit
2426940854
1 changed files with 14 additions and 0 deletions
14
.github/workflows/benchmark.yml
vendored
14
.github/workflows/benchmark.yml
vendored
|
@ -8,6 +8,15 @@ on:
|
||||||
- "rfcs/**"
|
- "rfcs/**"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
- "prototyping/**"
|
- "prototyping/**"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- "papers/**"
|
||||||
|
- "rfcs/**"
|
||||||
|
- "*.md"
|
||||||
|
- "prototyping/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
benchmarks-run:
|
benchmarks-run:
|
||||||
|
@ -71,3 +80,8 @@ jobs:
|
||||||
comment-on-alert: true
|
comment-on-alert: true
|
||||||
comment-always: true
|
comment-always: true
|
||||||
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
|
github-token: ${{ secrets.BENCH_GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Push benchmark results
|
||||||
|
if: !!github.event.push
|
||||||
|
run: |
|
||||||
|
echo "Pushing benchmark results..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue