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:
Daniel Burckhardt 2021-10-08 14:07:03 +02:00 committed by GitHub
parent bc8c87cb28
commit 4116bfac5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.bencher/config.yaml Normal file
View File

@ -0,0 +1,5 @@
# Configuration docs: https://bencher.orijtech.com/configuration/
suppress_failure_on_regression: false
global:
reg_min: 10
imp_min: -10