ci: add bencher config (#652)
Add bencher config with global +-10% threshold for improvements and regressions Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
parent
bc8c87cb28
commit
4116bfac5e
5
.bencher/config.yaml
Normal file
5
.bencher/config.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Configuration docs: https://bencher.orijtech.com/configuration/
|
||||||
|
suppress_failure_on_regression: false
|
||||||
|
global:
|
||||||
|
reg_min: 10
|
||||||
|
imp_min: -10
|
Loading…
Reference in New Issue
Block a user