X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/521fc14ff32fd79f16df3ad9ffdb2628b1e77807..4c7dfd96364c28a39c280355ad473d42680c1a6f:/ugw/data/throughput-dep.sh diff --git a/ugw/data/throughput-dep.sh b/ugw/data/throughput-dep.sh index ee13f8f..57c8391 100755 --- a/ugw/data/throughput-dep.sh +++ b/ugw/data/throughput-dep.sh @@ -2,10 +2,15 @@ titles=$(awk '{print $1}' 150/result) +delays=$(seq 126 2 170) + +for i in $delays; do + make -s -C $i +done for t in $titles; do exec > $t.dat - for i in $(seq 125 5 170); do + for i in $delays; do echo "$i $(awk "/$t/ { print \$3, \$6 }" $i/result)" done done