Run test only with one thread and with ten threads -- skip values inbetween.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8211
This commit is contained in:
Bart Van Assche
2008-06-09 19:52:37 +00:00
parent ea283f3a28
commit 1c0cab836e

View File

@@ -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