]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/nop.sh
Update ranges of graphs - to take into account substraction of tx time
[can-benchmark.git] / gw-tests / nop.sh
index bf51279dd7bc82668beacc5bf8a626a08d35f9bc..9a94fc41c533427b9d0398d763a1f01309870d3b 100755 (executable)
@@ -14,10 +14,10 @@ ADDITIONAL_PLOTS=detail
 
 plot_cmds() {
     if [[ "$1" = detail ]]; then
-       range=0.06:0.4
+       range=0.0:0.25
        echo "set logscale y"
     else
-       range=0.05:100
+       range=0.01:100
        echo "set logscale xy"
     fi
     cat <<EOF