X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/3bbf56711d163859069b79c7c6cf1429064648cb..303439f9d66332d27ea26f49ea9c787fc2f3258f:/gw-tests/filter.sh diff --git a/gw-tests/filter.sh b/gw-tests/filter.sh index 38652f4..61d6e9c 100755 --- a/gw-tests/filter.sh +++ b/gw-tests/filter.sh @@ -9,19 +9,28 @@ 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 } +ADDITIONAL_PLOTS=detail + plot_cmds() { + if [[ "$1" = detail ]]; then + range=0:0.8 + echo "set logscale y" + else + range=0.01:100 + echo "set logscale xy" + fi cat <