]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / filter.sh
index e2141df530b91c702387e8188527a291941bf5ff..61d6e9c258d5ee45616b688fba5f688968a81a19 100755 (executable)
@@ -19,10 +19,10 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.36:0.8
+       range=0:0.8
        echo "set logscale y"
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale xy"
     fi
     cat <<EOF