Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / performance-tests / RTEvent / Colocated_Roundtrip / run_locking.sh
blob0229b9b5a38f62c10b747172c249a69e6c089439
1 #! /bin/sh
4 . parameters
6 for n in $NTHREADS; do
7 for c in $NCONSUMERS; do
8 for t in $LOCKING_TYPES; do
9 date
10 echo $t $c $n
12 ./driver -ORBSvcConf ec.locking_${t}.conf -d -f -h 10000 -l 10000 -i $ITERATIONS -c $c -n $n > ec_locking.${t}.${c}.${n}.txt 2>&1
13 done
14 done
15 done