repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
performance-tests
/
RTEvent
/
Colocated_Roundtrip
/
run_locking.sh
blob
0229b9b5a38f62c10b747172c249a69e6c089439
1
#! /bin/sh
2
#
3
4
. parameters
5
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
11
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