Tighter threshold

pull/10439/head
Craig Tiller 8 years ago
parent 763667ce29
commit f597c7ccdd
  1. 2
      tools/profiling/microbenchmarks/speedup.py

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

Loading…
Cancel
Save