Skip to content

Commit

Permalink
XXX: hack
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jul 12, 2024
1 parent ebc59cb commit 84f4b5a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Benchmark
on:
push:
branches:
- master

permissions:
contents: write
Expand Down Expand Up @@ -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

0 comments on commit 84f4b5a

Please sign in to comment.