Merge pull request #10415 from ctiller/bm_fix_moar

Further reduce noise
pull/10426/head
Craig Tiller 8 years ago committed by GitHub
commit 94d8614b74
  1. 4
      tools/profiling/microbenchmarks/bm_diff.py

@ -62,11 +62,11 @@ def min_change(pct):
nanos = {
'abs_diff': 5,
'pct_diff': 5,
'pct_diff': 10,
}
counter = {
'abs_diff': 0.5,
'pct_diff': 5,
'pct_diff': 10,
}
_INTERESTING = {

Loading…
Cancel
Save