Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
ci: add bencher config (#652)
Browse files Browse the repository at this point in the history
Add bencher config with global +-10% threshold for improvements and regressions

Co-authored-by: Federico Kunze Küllmer <[email protected]>
  • Loading branch information
danburck and fedekunze committed Oct 8, 2021
1 parent de83c87 commit 071e16a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bencher/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Configuration docs: https://bencher.orijtech.com/configuration/
suppress_failure_on_regression: false
global:
reg_min: 10
imp_min: -10

0 comments on commit 071e16a

Please sign in to comment.