Skip to content

Commit e1d1e0c

Browse files
committed
Update timing for case that is now faster
1 parent dc86d12 commit e1d1e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: code/test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ def speed():
8686
# 580 for the GPU. OS=Fedora 14, gcc=4.5.1, python/BLAS from EPD
8787
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
8888

89-
expected_times_64 = numpy.asarray([9.8, 22.0, 76.1, 73.7, 116.4,
89+
expected_times_64 = numpy.asarray([9.3, 21.0, 76.1, 73.7, 116.4,
9090
346.9, 355.0, 510.9, 130.4, 23.2, 106])
91-
expected_times_32 = numpy.asarray([6.4, 17.9, 42.5, 66.5, 71,
91+
expected_times_32 = numpy.asarray([6.4, 14.7, 42.5, 66.5, 71,
9292
191.2, 199.0, 400.4, 119.5, 36.9, 67.2])
9393

9494
# Number with just 1 decimal are new value that are faster with

0 commit comments

Comments
 (0)