]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filterlenshort.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / filterlenshort.sh
index 05a1e5e3a009579f530896868f29a8a6026dc86b..c2b86e859f2c92aa2bdd26f4c1170a20630b7d95 100755 (executable)
@@ -18,10 +18,10 @@ ADDITIONAL_PLOTS=log
 
 plot_cmds() {
     if [[ "$1" = "" ]]; then
-       range=0.1:0.3
+       range=0:0.2
        echo "set logscale y"
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale xy"
     fi
     cat <<EOF