X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/aceec102c6a76f5b35f5580d96bcdd4be335323e..303439f9d66332d27ea26f49ea9c787fc2f3258f:/gw-tests/filter.sh diff --git a/gw-tests/filter.sh b/gw-tests/filter.sh index b62fc9d..61d6e9c 100755 --- a/gw-tests/filter.sh +++ b/gw-tests/filter.sh @@ -9,6 +9,7 @@ prepare() { } main() { + if [ "$kvers" = 3.0.4-rt14-00008-gb2052fd -a "$load" = eth -a $traffic != oneatatime ]; then echo "Skipping eth test"; SKIPPED=1; return; fi for i in $ids; do latester -d can0 -d can1 -d can2 -c $COUNT -i $i $(traffic_and_length 2) -n id-$i done @@ -18,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 <