]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcans.sh
Allow calling `make html` when results is a symlink
[can-benchmark.git] / gw-tests / vcans.sh
index a06e35d5fd47f878cb5dd3d3a82b4def7609c45b..221e84a6f026b5532c711fd4963a7d9f01df42d6 100755 (executable)
@@ -6,6 +6,9 @@ numjobs=" 1 `seq 2 2 10`"
 
 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 ]; then echo "Skipping test"; SKIPPED=1; return; fi;#All frames of these tests are returned as invalid...
+    
     for i in $numjobs; do
        cleanupgw
        lastif=can0
@@ -24,18 +27,18 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.1:0.4
+       range=0:0.4
        echo "set logscale y"
        echo "set mxtics 5"
     else
-       range=0.1:1000
+       range=0.01:1000
        echo "set logscale xy"
     fi
     cat <<EOF
 set title "Chained GWs on multiple VCAN interfaces"
 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