mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 06:33:56 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user