Skip to content

Commit 3f0b3e2

Browse files
committed
Update timming to lower expected time.
1 parent 5794308 commit 3f0b3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def speed():
7676
# an i7-920 @ 2.67GHz with hyperthread enabled for the cpu
7777
# and an GeForce GTX 285 for the GPU.
7878

79-
expected_times_64 = numpy.asarray([10.3, 23.7, 78.1, 73.7, 116.4,
79+
expected_times_64 = numpy.asarray([10.0, 22.5, 76.1, 73.7, 116.4,
8080
346.9, 381.9, 558.1, 186.3])
8181
expected_times_32 = numpy.asarray([11.6, 29.6, 44.2, 66.5, 71,
8282
191.2, 226.8, 432.8, 176.2])

0 commit comments

Comments
 (0)