]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcan.sh
Test cleanup
[can-benchmark.git] / gw-tests / vcan.sh
index ff7b967a5f6222d40f21428a6099b451588fbf00..7d01e8297494299e631912ae64c38b508250ab2c 100755 (executable)
@@ -15,10 +15,6 @@ main() {
        sshgw cangw -A -s vcan0 -d can1 -f $(printf %x:C00007FF $i)
 
        latester -d can0 -d can1 -d can2 -o -c $COUNT -i 0 -h hist-$i.dat -f time-$i.dat
-
-       echo
-       sshgw cangw -L
-
     done
     sshgw ip link del dev vcan0
 }
@@ -30,7 +26,7 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:1500] [1:$COUNT] \\
+plot [0:1000] [1:$COUNT] \\
 EOF
     lt=1
     for i in $numjobs; do