X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/67617ebf00d594ee3c932b6c8e1850265f28adee..e3e90bc84127a14b7de6a827c087a1c51da70bdc:/gw-tests/filter.sh diff --git a/gw-tests/filter.sh b/gw-tests/filter.sh index 51a8114..0aa76c9 100755 --- a/gw-tests/filter.sh +++ b/gw-tests/filter.sh @@ -9,19 +9,30 @@ 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 + if [ "$kvers" = 3.4.33-rt47-00004-gc58c9ae -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 <