Skip to content

Commit c53165d

Browse files
committed
Added info on the computer who do the speed test.
1 parent b4cb985 commit c53165d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

code/test.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ def speed():
7272
do_gpu = True
7373

7474
algo_executed = [s for idx, s in enumerate(algo) if to_exec[idx]]
75-
#Timming expected are from the buildbot that have
76-
# an i7-920 @ 2.67GHz with hyperthread enabled for the cpu
77-
# and an GeForce GTX 285 for the GPU.
75+
#Timming expected are from the buildbot that have an i7-920 @
76+
# 2.67GHz with hyperthread enabled for the cpu, 12G of ram. An GeForce GTX
77+
# 285 for the GPU. OS=Fedora 14, gcc=4.5.1, python/BLAS from EPD
78+
# 7.1-2 (python 2.7.2, mkl unknow). BLAS with only 1 thread.
7879

7980
expected_times_64 = numpy.asarray([10.0, 22.5, 76.1, 73.7, 116.4,
8081
346.9, 381.9, 558.1, 186.3])

0 commit comments

Comments
 (0)