diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 433cab3f5..95b5a65a0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 \ No newline at end of file + cat output.json| jq -r ".benchmarks[] | .stats \ No newline at end of file