Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / Colocated_Roundtrip / run_dispatching.sh
blobd89f6c829465c3fe999d3e5697f3a392c1fa238b
1 #! /bin/sh
4 . parameters
6 for n in 2; do
7 for c in 2 4 6 8 10 12; do
9 date
10 echo rtcorba $c $n
12 ./driver -ORBSvcConf ec.dispatching_rtcorba.conf -r -d -h 10000 -l 10000 -i $ITERATIONS -c $c -n $n > ec_dispatching.rtcorba.${c}.${n}.txt 2>&1
14 date
15 echo threaded $c $n
17 ./driver -ORBSvcConf ec.dispatching_threaded.conf -d -h 10000 -l 10000 -i $ITERATIONS -c $c -n $n > ec_dispatching.threaded.${c}.${n}.txt 2>&1
19 date
20 echo reactive $c $n
22 ./driver -ORBSvcConf ec.dispatching_reactive.conf -d -h 10000 -l 10000 -i $ITERATIONS -c $c -n $n > ec_dispatching.reactive.${c}.${n}.txt 2>&1
24 done
25 done