From 26b5e3bcfa177dce7f3236b0e4ecb7623243b46a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 24 May 2022 20:12:56 +0300 Subject: [PATCH] Debug WIP: Updated step names & removed debug commands --- .github/workflows/benchmark-cachegrind.yml | 8 +++----- .github/workflows/benchmark.yml | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index a3d86506..c6185616 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -57,18 +57,16 @@ jobs: run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ matrix.bench.script }}-output.txt - name: Navigate to root dir, create gh-pages dir then navigate into it - run: cd .. && ls && ls gh-pages && mkdir gh-pages && cd gh-pages && pwd + run: cd .. && mkdir gh-pages && cd gh-pages && pwd - - name: Switch to & checkout gh-pages repo + - name: Switch to & checkout benchmark results (gh-pages) repo uses: actions/checkout@v3 with: repository: AllanJeremy/luau-benchmark-results ref: "main" token: "${{ secrets.BENCH_GITHUB_TOKEN }}" - - run: pwd - - - name: Checkout gh-pages + - name: Checkout benchmark results (gh-pages) run: | git status git fetch --no-tags --depth=1 origin main diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1545734c..21dc6510 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -51,13 +51,13 @@ jobs: - name: Navigate to root dir, create gh-pages dir then navigate into it run: cd .. && mkdir gh-pages && cd gh-pages - - name: Switch to & checkout gh-pages repo + - name: Switch to & checkout benchmark results (gh-pages) repo uses: actions/checkout@v3 with: repository: AllanJeremy/luau-benchmark-results ref: "main" - - name: Checkout gh-pages + - name: Checkout benchmark results (gh-pages) run: | git status git fetch --no-tags --depth=1 origin main