]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - ugw/data/bench-all.sh
More fixes for new novaboot
[can-benchmark.git] / ugw / data / bench-all.sh
index 917839202695a89a7cc3cb180224da408daad302..4ead5e6f79575a3784cfb07d8131944d310ef52e 100755 (executable)
@@ -14,6 +14,10 @@ while [ "${1#-}" != "$1" ]; do
            args=--oneattime
            dir=oneatatime
            ;;
+       -ftrace)
+           args=--oneattime
+           dir=oneatatime.ftrace
+           ;;
        -p*)
            args=$1
            dir=${1#-p}
@@ -27,7 +31,7 @@ methods=${@:-rtems kernel read-write readnb-write mmap-write mmap-mmap mmapbusy-
 for method in $methods; do
     set -x
     case $method in
-       rtems) ../../rtems/gw/boot --expect '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';;
+       rtems) ../../rtems/gw/boot --expect-raw '"]", sub { shift->send_slow(0.1, "startGW\n"); }' --exiton 'tasks started';;
        kernel)         ../ppc/boot -a kernelgw --exiton "Kernel GW started";;
        read-write)     ../ppc/boot             --exiton "UGW started";;
        readnb-write)   ../ppc/boot -a "ugw=|-n|" --exiton "UGW started";;