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%