mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
[Cleanup] Fixed syntax error in benchmark github workflow
This commit is contained in:
parent
aad35f788e
commit
e980158528
1 changed files with 11 additions and 13 deletions
24
.github/workflows/benchmark.yml
vendored
24
.github/workflows/benchmark.yml
vendored
|
@ -3,20 +3,20 @@ name: Benchmarks - PR
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- "master"
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- "docs/**"
|
||||||
- 'papers/**'
|
- "papers/**"
|
||||||
- 'rfcs/**'
|
- "rfcs/**"
|
||||||
- '*.md'
|
- "*.md"
|
||||||
- 'prototyping/**'
|
- "prototyping/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- "docs/**"
|
||||||
- 'papers/**'
|
- "papers/**"
|
||||||
- 'rfcs/**'
|
- "rfcs/**"
|
||||||
- '*.md'
|
- "*.md"
|
||||||
- 'prototyping/**'
|
- "prototyping/**"
|
||||||
# we don't use paths-ignore in required pass workflows
|
# we don't use paths-ignore in required pass workflows
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -70,12 +70,10 @@ jobs:
|
||||||
path: ./cache
|
path: ./cache
|
||||||
key: ${{ runner.os }}-benchmark
|
key: ${{ runner.os }}-benchmark
|
||||||
|
|
||||||
|
|
||||||
#Run `github-action-benchmark` action
|
#Run `github-action-benchmark` action
|
||||||
- name: Store ${{ matrix.bench.title }} result
|
- name: Store ${{ matrix.bench.title }} result
|
||||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||||
with:
|
with:
|
||||||
gh-pages-
|
|
||||||
tool: "benchmarkluau"
|
tool: "benchmarkluau"
|
||||||
output-file-path: output.txt
|
output-file-path: output.txt
|
||||||
external-data-json-path: ./cache/benchmark-data.json
|
external-data-json-path: ./cache/benchmark-data.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue