Skip to content

Commit

Permalink
Don't fail benchmark workflows on alert
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHinshelwood committed Jan 29, 2025
1 parent a845a55 commit 516fc63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/base_benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
--threshold-max-sample-size 64 \
--threshold-upper-boundary 0.99 \
--thresholds-reset \
--err \
--adapter rust_criterion \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
cargo bench
1 change: 0 additions & 1 deletion .github/workflows/pr_benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
--start-point-clone-thresholds \
--start-point-reset \
--testbed self-hosted \
--err \
--adapter rust_criterion \
--github-actions '${{ secrets.GITHUB_TOKEN }}' \
cargo bench

0 comments on commit 516fc63

Please sign in to comment.