X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/c602425056bbe84fd1baeb2e75172108760c9b9a..41c72639e9e7f2ed299d5101ace714a72e20543c:/gw-tests/gw-nop.sh diff --git a/gw-tests/gw-nop.sh b/gw-tests/gw-nop.sh index afd53f9..72d87c7 100755 --- a/gw-tests/gw-nop.sh +++ b/gw-tests/gw-nop.sh @@ -3,20 +3,25 @@ . lib.sh main() { - gw="cangw -A -s can0 -d can1" - sshgw $gw - latester -d can0 -d can1 -d can2 -o -c $COUNT -h hist.dat + sshgw cangw -A -s can0 -d can1 + latester -d can0 -d can1 -d can2 -o -c $COUNT -l 2 -h hist2.dat -f time2.dat + latester -d can0 -d can1 -d can2 -o -c $COUNT -l 4 -h hist4.dat -f time4.dat + latester -d can0 -d can1 -d can2 -o -c $COUNT -l 6 -h hist6.dat -f time6.dat + latester -d can0 -d can1 -d can2 -o -c $COUNT -l 8 -h hist8.dat -f time8.dat } plot_cmds() { cat <