aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling/microbenchmarks/speedup.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-21 08:08:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-21 08:08:05 -0700
commitdecec093169c93a8e6d033ff9971b0999a2766a3 (patch)
tree4564fecaaeead3f75212215c9252b26b16b44ecf /tools/profiling/microbenchmarks/speedup.py
parent6984e1dc5e2687edd69cf3d9c761d6c8386b1fb8 (diff)
parent77a4c52cbf3706191640e117b1f9bccddd64f1ac (diff)
Merge github.com:grpc/grpc into c++lame
Diffstat (limited to 'tools/profiling/microbenchmarks/speedup.py')
-rw-r--r--tools/profiling/microbenchmarks/speedup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/microbenchmarks/speedup.py b/tools/profiling/microbenchmarks/speedup.py
index 5a1ed3f2cf..8af0066c9d 100644
--- a/tools/profiling/microbenchmarks/speedup.py
+++ b/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]