summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-16 21:54:09 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-16 21:54:09 +0000
commit4b3edf8aac28c822f746d61a6c38842bd33d466d (patch)
tree865976e4ab13b9edbf0882e432ab347483fa0caa /TAO/orbsvcs/tests/EC_Throughput
parentc31d80ff727db4f2dbda4a0e102baf4383f56f4e (diff)
downloadATCD-4b3edf8aac28c822f746d61a6c38842bd33d466d.tar.gz
ChangeLogTag:Fri Mar 16 13:53:04 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf4
-rwxr-xr-xTAO/orbsvcs/tests/EC_Throughput/run_test.pl9
2 files changed, 7 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf b/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf
index 02c971a7150..f0b21964ce3 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf
+++ b/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf
@@ -1,2 +1,4 @@
+#
# $Id$
-static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching mt -ECdispatchingthreads 4 -ECfiltering basic -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier"
+#
+static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECDispatching mt -ECDispatchingThreads 4 -ECFiltering basic -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECSupplierFiltering per-supplier"
diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
index 049a06682f3..67a55e82d55 100755
--- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl
@@ -11,13 +11,12 @@ use PerlACE::Run_Test;
$status = 0;
$ec_conf = PerlACE::LocalFile ("ec.conf");
-#$ec_mt_conf = PerlACE::LocalFile ("ec_mt.conf");
-$ec_mt_conf = PerlACE::LocalFile ("");
+$ec_mt_conf = PerlACE::LocalFile ("ec_mt.conf");
print STDERR "================ Collocated tests, single threaded\n";
$T = new PerlACE::Process ("ECT_Throughput",
- "-ORBsvcconf $ec_conf"
+ "-ORBSvcConf $ec_conf"
. " -m new -u 10000 -n 1 -t 0 -c 4");
@@ -28,10 +27,10 @@ if ($test != 0) {
$status = 1;
}
-print STDERR "================ Collocated tests, single threaded\n";
+print STDERR "================ Collocated tests, multi threaded\n";
$T = new PerlACE::Process ("ECT_Throughput",
- "-ORBsvcconf $ec_mt_conf"
+ "-ORBSvcConf $ec_mt_conf"
. "-m new -u 10000 -n 1 -t 0 -c 4");
$test = $T->SpawnWaitKill (60);