mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Cleanup: Removed comments in workflow files
This commit is contained in:
parent
18a4cd8659
commit
9c3c881587
2 changed files with 0 additions and 8 deletions
4
.github/workflows/benchmark-cachegrind.yml
vendored
4
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -64,16 +64,12 @@ jobs:
|
||||||
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
|
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
|
||||||
path: "./gh-pages"
|
path: "./gh-pages"
|
||||||
|
|
||||||
#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:
|
||||||
name: ${{ matrix.bench.title }}
|
name: ${{ matrix.bench.title }}
|
||||||
tool: "roblox"
|
tool: "roblox"
|
||||||
# This should come from Luau repo
|
|
||||||
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
# This should map to thebenchmark results repo
|
|
||||||
external-data-json-path: ./gh-pages/dev/bench/data.json
|
external-data-json-path: ./gh-pages/dev/bench/data.json
|
||||||
alert-threshold: 150%
|
alert-threshold: 150%
|
||||||
fail-threshold: 200%
|
fail-threshold: 200%
|
||||||
|
|
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
@ -55,16 +55,12 @@ jobs:
|
||||||
ref: "main"
|
ref: "main"
|
||||||
path: "./gh-pages"
|
path: "./gh-pages"
|
||||||
|
|
||||||
#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:
|
||||||
name: ${{ matrix.bench.title }}
|
name: ${{ matrix.bench.title }}
|
||||||
tool: "benchmarkluau"
|
tool: "benchmarkluau"
|
||||||
# This should come from Luau repo
|
|
||||||
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
output-file-path: ./${{ matrix.bench.script }}-output.txt
|
||||||
|
|
||||||
# This should map to thebenchmark results repo
|
|
||||||
external-data-json-path: ./gh-pages/dev/bench/data.json
|
external-data-json-path: ./gh-pages/dev/bench/data.json
|
||||||
alert-threshold: 150%
|
alert-threshold: 150%
|
||||||
fail-threshold: 200%
|
fail-threshold: 200%
|
||||||
|
|
Loading…
Add table
Reference in a new issue