bencher: add config to suppress failures on benchmark regressions.

This config update will let tailscale use bencher without worrying about the bencher check appearing as failed due to a benchmark regressing.

Updates #2938

Signed-off-by: Nathan Dias <nathan@orijtech.com>
This commit is contained in:
Nathan Dias 2021-10-01 17:29:44 -05:00 committed by Denton Gentry
parent 09c2462ae5
commit babd163aac
1 changed files with 1 additions and 0 deletions

1
.bencher/config.yaml Normal file
View File

@ -0,0 +1 @@
suppress_failure_on_regression: true