Skip to content
Snippets Groups Projects
Commit 2d7d5be8 authored by Craig Tiller's avatar Craig Tiller
Browse files

Increase threshold

parent f597c7cc
Branches
Tags
No related merge requests found
......@@ -174,7 +174,7 @@ class Benchmark:
mdn_diff = abs(median(new) - median(old))
print '%s: new=%r old=%r mdn_diff=%r' % (f, new, old, mdn_diff)
s = speedup.speedup(new, old)
if s and mdn_diff > 0.5:
if s and mdn_diff > 0.5 and abs(s) >= 10:
self.final[f] = '%+d%%' % s
return self.final.keys()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment