Increase threshold probability for reporting differences

pull/10768/head
Craig Tiller 8 years ago
parent a4894fcd02
commit f2ea1d19f5
  1. 2
      tools/profiling/microbenchmarks/speedup.py

@ -30,7 +30,7 @@
from scipy import stats
import math
_THRESHOLD = 0.00001
_THRESHOLD = 1e-10
def scale(a, mul):
return [x*mul for x in a]

Loading…
Cancel
Save