Browse Source

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 <[email protected]>
Nathan Dias 4 years ago
parent
commit
babd163aac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .bencher/config.yaml

+ 1 - 0
.bencher/config.yaml

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