From 2ddeb96bee88b7b000c27f61a1f03ceaa8a36036 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 12:59:55 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5bb5a765..f397160e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -46,7 +46,7 @@ jobs: - name: Run benchmark run: | - python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt + python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - name: Switch to & checkout benchmark results (gh-pages) repo uses: actions/checkout@v3