X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/2dac1735f0284a32d7bf85fe82b0da1a43e502ec..e3e90bc84127a14b7de6a827c087a1c51da70bdc:/gw-tests/filter.sh diff --git a/gw-tests/filter.sh b/gw-tests/filter.sh index e2141df..0aa76c9 100755 --- a/gw-tests/filter.sh +++ b/gw-tests/filter.sh @@ -10,6 +10,8 @@ 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 @@ -19,17 +21,17 @@ 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 <