Also increase threshold for significant differences

pull/10731/head
Craig Tiller 8 years ago
parent ad7f066b16
commit e530845d91
  1. 2
      tools/profiling/microbenchmarks/speedup.py

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

Loading…
Cancel
Save