From 84f4b5ae5cab936f616f99c56bbf6430a7c37c07 Mon Sep 17 00:00:00 2001 From: yihau Date: Sat, 13 Jul 2024 01:41:48 +0800 Subject: [PATCH] XXX: hack --- .github/workflows/bench.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 863d2615c82621..c941eea83e2c9e 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -1,8 +1,6 @@ name: Benchmark on: push: - branches: - - master permissions: contents: write @@ -34,11 +32,11 @@ jobs: source ci/rust-version.sh all cargo +$rust_nightly bench -p ${{matrix.pkg}} | tee output.txt - - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1 - with: - name: ${{matrix.pkg}} - tool: "cargo" - output-file-path: output.txt - github-token: ${{ secrets.GITHUB_TOKEN }} - auto-push: true + # - name: Store benchmark result + # uses: benchmark-action/github-action-benchmark@v1 + # with: + # name: ${{matrix.pkg}} + # tool: "cargo" + # output-file-path: output.txt + # github-token: ${{ secrets.GITHUB_TOKEN }} + # auto-push: true