Skip to content

Commit

Permalink
update benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jul 12, 2024
1 parent 49a6d45 commit 23b17ba
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@ jobs:
run: |
cd examples/distributed_simulation
pytest bench.py --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: examples/distributed_simulation/output.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: false
cat output.json| jq -r ".benchmarks[] | .stats

0 comments on commit 23b17ba

Please sign in to comment.