Skip to content

Commit

Permalink
output.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Nov 12, 2023
1 parent 2170da8 commit a29f9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29f9cd

Please sign in to comment.