From 094af8302a6e9a5ff3b0b6c1430cd69878085790 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 16:31:27 +0300 Subject: [PATCH] Updated benchmark result directories --- .github/workflows/benchmark.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1a4731f7..e8ed7ce6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -72,14 +72,6 @@ jobs: - name: Cd back to luau before checking out original repo run: cd .. && pwd && ls - - name: Switch to original luau repo - uses: actions/checkout@v3 - with: - repository: ${{ github.repository }} - - - name: Print current directory & list files - run: pwd && ls - #Run `github-action-benchmark` action - name: Store ${{ matrix.bench.title }} result uses: Roblox/rhysd-github-action-benchmark@v-luau @@ -87,7 +79,7 @@ jobs: name: ${{ matrix.bench.title }} 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