]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop-time.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / nop-time.sh
index 9d6b2621d58e5cedc70e7ff3331e8726abaef69c..570a782f078d663bc10c6093f80162cca409648a 100755 (executable)
@@ -10,9 +10,9 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.06:0.3
+       range=0.0:0.3
     else
-       range=0.06:4
+       range=0.01:4
        echo "set logscale y"
     fi
     min=$(head -n 1 len2-msgs.txt | awk '{ print $2 }')