From 23b17ba38fc71cfe9cb9304583e6bb2ca8508e42 Mon Sep 17 00:00:00 2001 From: "panxuchen.pxc" Date: Fri, 12 Jul 2024 11:32:04 +0800 Subject: [PATCH] update benchmark --- .github/workflows/benchmark.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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