From 9c3c881587ce39669bcdb037dc976dcca905866c Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 26 May 2022 13:48:01 +0300 Subject: [PATCH] Cleanup: Removed comments in workflow files --- .github/workflows/benchmark-cachegrind.yml | 4 ---- .github/workflows/benchmark.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 1a48d6cf..02dd8a23 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -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% diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f397160e..e994ac97 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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%