]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/mod.sh
Fix mod test
[can-benchmark.git] / gw-tests / mod.sh
index 8abf53dbf0b260004ca463f5f061bc4f87f7dfb7..ea6a62befe2464b9ca3491cedd80d69a868785c8 100755 (executable)
@@ -2,9 +2,10 @@
 
 . lib.sh
 
-LATESTER_OPTS="-d can0 -d can1 -d can2 -o -l 8 -c $COUNT"
 
 main() {
+    LATESTER_OPTS="-d can0 -d can1 -d can2 $(traffic_and_length 8) -c $COUNT"
+
     sshgw cangw -A -s can0 -d can1
     latester $LATESTER_OPTS -h hist.dat -f time.dat
 
@@ -38,7 +39,7 @@ main() {
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, with modifications, no filters, 8 byte messages"
+set title "Single GW job for all messages with modifications, 8 byte messages"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"