From babd163aacf410bba2e3763f5b035fbf6272154d Mon Sep 17 00:00:00 2001 From: Nathan Dias Date: Fri, 1 Oct 2021 17:29:44 -0500 Subject: [PATCH] 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 --- .bencher/config.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bencher/config.yaml diff --git a/.bencher/config.yaml b/.bencher/config.yaml new file mode 100644 index 000000000..220bd9d3b --- /dev/null +++ b/.bencher/config.yaml @@ -0,0 +1 @@ +suppress_failure_on_regression: true