|
From: <sv...@va...> - 2008-04-01 16:55:45
|
Author: bart
Date: 2008-04-01 17:55:51 +0100 (Tue, 01 Apr 2008)
New Revision: 7832
Log:
Updated test plan.
Modified:
trunk/exp-drd/Testing.txt
Modified: trunk/exp-drd/Testing.txt
===================================================================
--- trunk/exp-drd/Testing.txt 2008-04-01 16:55:33 UTC (rev 7831)
+++ trunk/exp-drd/Testing.txt 2008-04-01 16:55:51 UTC (rev 7832)
@@ -4,8 +4,8 @@
1. Run the regression tests. After having compiled DRD, run the following
command:
perl tests/vg_regtest exp-drd
-2. Test the slowdown for matinv for various matrix sizes (must be less
- than 100):
+2. Test the slowdown for matinv for various matrix sizes (must be about 45
+ for i == 1 and about 50 for i == 10):
time exp-drd/tests/matinv 200
for ((i=1;i<=10;i++))
do
|