diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-03-16 19:27:54 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-03-16 19:27:54 +0000 |
commit | eafcec4805a2e6ef4eb7de0f296748e0f42c7207 (patch) | |
tree | 368d69d019201e5268534a57cb8ad8998e44317d /TAO/performance-tests | |
parent | aa84da1192967bedf983f456ef5ca30ec8642631 (diff) | |
download | ATCD-eafcec4805a2e6ef4eb7de0f296748e0f42c7207.tar.gz |
ChangeLogTag: Thu Mar 16 13:26:09 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-x | TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl b/TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl index 712f51aa94d..25aa493ff3b 100755 --- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl +++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl @@ -12,7 +12,7 @@ require ACEutils; $iorfile = "mtcubit.ior"; $sleeptime = 3; -$gioplite = '-ORBGIOPlite'; +$gioplite = '-ORBSvcConf iiop_lite.conf'; $iterations = 1000; $low_priority_threads = 1; $thread_per_rate = ''; |