]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/filter.sh
genhtml: Add Space class
[can-benchmark.git] / gw-tests / filter.sh
index 757f328107ef1436c048f31fcb8e6711a08b07a1..91743c972b17a44f6af4d2d45052ada565f106bd 100755 (executable)
@@ -2,18 +2,18 @@
 
 . lib.sh
 
-ids=$(seq 0 256 2047)
+ids="0 $(seq 255 256 2047)"
 
 main() {
     sshgw 'for i in `seq 0 2047`; do cangw -A -s can0 -d can1 -f $(printf %x $i):7ff; done'
     for i in $ids; do
-       latester -d can0 -d can1 -d can2 -o -c $COUNT -i $i -h hist-$i.dat -f time-$i.dat
+       latester -d can0 -d can1 -d can2 -c $COUNT -i $i $(traffic_and_length 2) -h hist-$i.dat -f time-$i.dat
     done
 }
 
 plot_cmds() {
     cat <<EOF
-set title "Single GW, no modifications, 2048 filters (one per id, mask 0x7FF)"
+set title "2048 GW jobs (one per id, mask 0x7FF), no modifications"
 set logscale y
 set grid
 set xlabel "Time [{/Symbol m}s]"