Skip to content

Commit 0c8507b

Browse files
committed
Update speed test to faster speed
1 parent c286d63 commit 0c8507b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def speed():
104104

105105
expected_times_64 = numpy.asarray([9.3, 21.0, 76.1, 73.7, 116.4,
106106
346.9, 355.0, 268.2, 130.4, 23.2, 98.8])
107-
expected_times_32 = numpy.asarray([6.4, 14.7, 42.5, 66.5, 71,
107+
expected_times_32 = numpy.asarray([6.4, 14.7, 42.5, 63.1, 71,
108108
191.2, 199.0, 201.9, 119.5, 36.9, 67.2])
109109

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

0 commit comments

Comments
 (0)