Cleanup: Removed comments in workflow files

This commit is contained in:
Allan Jeremy 2022-05-26 13:48:01 +03:00
parent 18a4cd8659
commit 9c3c881587
2 changed files with 0 additions and 8 deletions

View file

@ -64,16 +64,12 @@ jobs:
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
path: "./gh-pages"
#Run `github-action-benchmark` action
- name: Store ${{ matrix.bench.title }} result
uses: Roblox/rhysd-github-action-benchmark@v-luau
with:
name: ${{ matrix.bench.title }}
tool: "roblox"
# This should come from Luau repo
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
alert-threshold: 150%
fail-threshold: 200%

View file

@ -55,16 +55,12 @@ jobs:
ref: "main"
path: "./gh-pages"
#Run `github-action-benchmark` action
- name: Store ${{ matrix.bench.title }} result
uses: Roblox/rhysd-github-action-benchmark@v-luau
with:
name: ${{ matrix.bench.title }}
tool: "benchmarkluau"
# This should come from Luau repo
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
alert-threshold: 150%
fail-threshold: 200%