diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-31 12:45:51 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-31 12:45:51 -0700 |
commit | bfe8adf89aa342d2473ae08f41e68110a2d98372 (patch) | |
tree | 02c92d4e04b90820ccbcb56485d8b899c9ac6c33 /tools/profiling/microbenchmarks | |
parent | 09ed43f1d1670064cc98863479498676bb8c2502 (diff) |
Further reduce noise
Diffstat (limited to 'tools/profiling/microbenchmarks')
-rwxr-xr-x | tools/profiling/microbenchmarks/bm_diff.py | 2 |
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, |