]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/mod.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / mod.sh
index b045407f88add0d344028577b2c848b8e0caaaff..a5b86790bbfa37857ed5ba0dc45b7ea3a923c2d2 100755 (executable)
@@ -41,19 +41,19 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=140:200
+       range=0:200
        echo "set logscale y"
        echo "set key left bottom reverse Left"
        echo "set xlabel 'Time [{/Symbol m}s]'"
        using="using (\$1*1000):2"
     else
-       range=0.05:100
+       range=0.01:10
        echo "set logscale xy"
        echo "set xlabel 'Time [ms]'"
        using=""
     fi
     cat <<EOF
-set title "Single GW job for all messages with modifications, 8 byte messages"
+set title "Single GW rule for all messages with modifications, 8 byte messages"
 set grid xtics mxtics ytics mytics lw 1, lw 0.5
 set ylabel "Latency profile [messages]"
 plot [$range] [1:$COUNT] \