Skip to content

Commit

Permalink
try benchers github commenting feature
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 3, 2023
1 parent 9bf74d6 commit 878579d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: bencherdev/bencher@v0.3.5
- uses: bencherdev/bencher@main
- run: sudo apt-get install -y valgrind
- run: bencher run --if-branch "$GITHUB_REF_NAME" --else-if-branch "$GITHUB_BASE_REF" --else-if-branch main --err "cargo bench"
- run: bencher run --if-branch "$GITHUB_REF_NAME" --else-if-branch "$GITHUB_BASE_REF" --else-if-branch main --err --github-actions --ci-only-on-alert "cargo bench"

0 comments on commit 878579d

Please sign in to comment.