Skip to content

Commit 90a1bed

Browse files
committed
lower expected execution time to don't have a random speed test failure from time to time.
1 parent b2a349c commit 90a1bed

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
@@ -92,7 +92,7 @@ def speed():
9292
# 1.35324519 1.7356905 1.12937868]
9393
expected_times_gpu = numpy.asarray([3.07663488, 7.55523491, 18.99226785,
9494
9.6, 24.13007045,
95-
20.4, 58.9, 302.6])
95+
20.4, 56, 302.6])
9696
expected_times_64 = [s for idx, s in enumerate(expected_times_64)
9797
if to_exec[idx]]
9898
expected_times_32 = [s for idx, s in enumerate(expected_times_32)

0 commit comments

Comments
 (0)