aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-31 12:45:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-31 12:45:51 -0700
commitbfe8adf89aa342d2473ae08f41e68110a2d98372 (patch)
tree02c92d4e04b90820ccbcb56485d8b899c9ac6c33
parent09ed43f1d1670064cc98863479498676bb8c2502 (diff)
Further reduce noise
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index 1dff3335ee..ed93605e42 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -62,7 +62,7 @@ def min_change(pct):
nanos = {
'abs_diff': 5,
- 'pct_diff': 5,
+ 'pct_diff': 10,
}
counter = {
'abs_diff': 0.5,