From 1c0cab836ea100ccde76787fa4d6b12e0dca8e8a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 9 Jun 2008 19:52:37 +0000 Subject: [PATCH] Run test only with one thread and with ten threads -- skip values inbetween. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8211 --- exp-drd/scripts/run-matinv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exp-drd/scripts/run-matinv b/exp-drd/scripts/run-matinv index 496986bd1..a95d6912a 100755 --- a/exp-drd/scripts/run-matinv +++ b/exp-drd/scripts/run-matinv @@ -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