]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/mod.sh
Merge branch 'master' of rtime.felk.cvut.cz:/can-benchmark
[can-benchmark.git] / gw-tests / mod.sh
index 3edcbfed052286b2afe7a49897c4fa81c152bd6b..9e55168d45b496d37034f707b7ee39dd463dfdb2 100755 (executable)
@@ -2,7 +2,7 @@
 
 . lib.sh
 
-LATESTER_OPTS="-d can0 -d can1 -d can2 -o -l 8 -c $COUNT"
+LATESTER_OPTS="-d can0 -d can1 -d can2 $(traffic_and_length 8) -c $COUNT"
 
 main() {
     sshgw cangw -A -s can0 -d can1
@@ -43,7 +43,7 @@ set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"
 set ylabel "Latency profile [messages]"
-plot [0:] [1:$COUNT] \
+plot [0:600] [1:$COUNT] \
           "hist.dat" with lp lt 1 title "No modifications", \
           "hist-mod.dat" with lp lt 2 title "Two modifications", \
           "hist-mod2.dat" with lp lt 3 title "Four modifications", \