X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/44ce0574864a04253d6ead50fffc397579e4d282..baa1984efbcfdf18cdd00baf203dd24b9d5cf24c:/tests/rtt.sh diff --git a/tests/rtt.sh b/tests/rtt.sh index 898fb56..cf0a346 100755 --- a/tests/rtt.sh +++ b/tests/rtt.sh @@ -4,7 +4,7 @@ t() { PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1` - vca_canping -m 1 -R FF:$RTPRIO -v -e $DRIVER-times -g $DRIVER -t 1 -d $CAN0 -w 1 -n 10 -c 10000 + vca_canping -m 1 -R FF:$RTPRIO -v -e $DRIVER-times -g $DRIVER -t 1 -d $CAN0 -w 0 -n 10 -c 10000 kill $PID_S } @@ -26,5 +26,5 @@ set logscale y set grid set xlabel "Ping number" set ylabel "Round-trip time [{/Symbol m}s]" -plot "lincan-times-1000.dat" with lines, "socketcan-times-1000.dat" with lines +plot "socketcan-times-1000.dat" with lines, "lincan-times-1000.dat" with lines '