From b8e4aefb6e040899bd4eede7dd91e922b6512634 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 12:22:51 +0300 Subject: [PATCH] Debug WIP: Updated benchmark step name --- .github/workflows/benchmark-cachegrind.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 5fc776b1..8866e649 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -56,7 +56,7 @@ jobs: - name: Run ${{ matrix.bench.title }} (Warm Cachegrind) 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 then create gh-pages directory + - name: Create gh-pages directory run: mkdir gh-pages - name: Switch to & checkout benchmark results (gh-pages) repo diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 48793b89..bd6411c0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,7 +48,7 @@ jobs: run: | python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt - - name: Navigate to root dir then create gh-pages directory + - name: Create gh-pages directory run: mkdir gh-pages - name: Switch to & checkout benchmark results (gh-pages) repo