summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh
blob: 84ec666a6e39ad5bb5bb4b8bfee185f419896374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh
#
# $Id$
#

. parameters

for n in $NTHREADS; do
  for c in $NCONSUMERS; do
    for t in $FILTER_TYPES; do
      date
      echo $t $c $n

      ./driver -ORBSvcConf ec.filter_${t}.conf -x -d -h 10000 -l 10000 -i $ITERATIONS -c $c -n $n > ec_filter.${t}.${c}.${n}.txt 2>&1
    done
  done
done