]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filterlen.sh
Allow calling `make html` when results is a symlink
[can-benchmark.git] / gw-tests / filterlen.sh
index 1be5e5920a15cf87e85b43bee029d6ae13202f87..bfe31986e08c0e041c21760cfe675fc435eacf33 100755 (executable)
@@ -7,6 +7,7 @@ ids="0 $(seq 127 128 2047)"
 
 main() {
     if [ "$kvers" = 3.0.4-rt14-00008-gb2052fd -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi
+    if [ "$kvers" = 3.4.33-rt47-00004-gc58c9ae -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi
     lastid=0
     for i in $ids; do
        sshgw "for i in \$(seq $lastid $i); do cangw -A -s can0 -d can1 -f \$(printf %x \$i):7ff; done"
@@ -28,8 +29,8 @@ plot_cmds() {
     cat <<EOF
 set title "Different lengths of filter list, only the last one matches"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
-set xlabel "Time [ms]"
-set ylabel "Latency profile [messages]"
+set xlabel "GW latency [ms]"
+set ylabel "Latency profile [frames]"
 plot [$range] [1:$COUNT] \\
 EOF
     lt=1