From a29f9cd36c8ccc1789831fc955552e683d310c96 Mon Sep 17 00:00:00 2001 From: wout4 Date: Sun, 12 Nov 2023 18:36:44 +0100 Subject: [PATCH] output.json --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 632e5500c..ae8843c79 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,14 +25,14 @@ jobs: pip install pysdd - name: Benchmark with pytest run: | - python -m pytest benchmarks/ --benchmark-min-rounds=1 --benchmark-disable-gc --benchmark-verbose --benchmark-json benchmarks/output.json + python -m pytest benchmarks/ --benchmark-min-rounds=1 --benchmark-disable-gc --benchmark-verbose --benchmark-json output.json - name: Store benchmark result uses: benchmark-action/github-action-benchmark@v1 with: name: Python Benchmark with pytest-benchmark tool: 'pytest' - output-file-path: benchmarks/output.json + output-file-path: output.json # Use personal access token instead of GITHUB_TOKEN due to https://github.community/t/github-action-not-triggering-gh-pages-upon-push/16096 #github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true