]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Run test only with one thread and with ten threads -- skip values inbetween.
authorBart Van Assche <bvanassche@acm.org>
Mon, 9 Jun 2008 19:52:37 +0000 (19:52 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 9 Jun 2008 19:52:37 +0000 (19:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8211

exp-drd/scripts/run-matinv

index 496986bd13c3dd19ce5cf02fc7d23950c59e3f5f..a95d6912a41533e1190ed5fd0b79bf34d13e5be1 100755 (executable)
@@ -28,8 +28,9 @@ do
   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