Skip to content
Snippets Groups Projects
Commit 94d8614b authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #10415 from ctiller/bm_fix_moar

Further reduce noise
parents 09ed43f1 0329eaac
No related branches found
No related tags found
No related merge requests found
...@@ -62,11 +62,11 @@ def min_change(pct): ...@@ -62,11 +62,11 @@ def min_change(pct):
nanos = { nanos = {
'abs_diff': 5, 'abs_diff': 5,
'pct_diff': 5, 'pct_diff': 10,
} }
counter = { counter = {
'abs_diff': 0.5, 'abs_diff': 0.5,
'pct_diff': 5, 'pct_diff': 10,
} }
_INTERESTING = { _INTERESTING = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment