|
From: <sv...@va...> - 2008-06-09 19:52:30
|
Author: bart
Date: 2008-06-09 20:52:37 +0100 (Mon, 09 Jun 2008)
New Revision: 8211
Log:
Run test only with one thread and with ten threads -- skip values inbetween.
Modified:
trunk/exp-drd/scripts/run-matinv
Modified: trunk/exp-drd/scripts/run-matinv
===================================================================
--- trunk/exp-drd/scripts/run-matinv 2008-06-09 19:51:41 UTC (rev 8210)
+++ trunk/exp-drd/scripts/run-matinv 2008-06-09 19:52:37 UTC (rev 8211)
@@ -28,8 +28,9 @@
read avg1 stddev1 < "$tmp"
echo "Average time: ${avg1} +/- ${stddev1} seconds"
- for ((i=1;i<=10;i++))
+ for i in 1 10
do
+ print_runtime_ratio ${VG} --tool=none ${MATINV} $n -t$i
print_runtime_ratio ${VG} --tool=exp-drd ${MATINV} $n -t$i
done
done
|