From 9b7472be51652c567125b5f0841bc5ed5c8aae30 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 ca6e76df..1ebcd7c1 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -64,16 +64,12 @@ jobs: ref: ${{ matrix.benchResultsRepo.branch }} 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 8fe207b1..c061c613 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -58,16 +58,12 @@ jobs: ref: ${{ matrix.benchResultsRepo.branch }} 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%