summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-31 12:15:35 +0200
commit9770e4def8b689f87b820bb1a464fb1a516f798d (patch)
treeb4e34d5822dd9c80cbfb32e18974ab571ea10c50 /TAO/performance-tests
parent764d3a74cf80e3a3d439347fbaaf9077b0f93d42 (diff)
downloadATCD-9770e4def8b689f87b820bb1a464fb1a516f798d.tar.gz
Removed left over Id tags
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic3
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test2
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/README.tests6
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/MT_Cubit/plot2
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/MT_Cubit/summarize2
5 files changed, 2 insertions, 13 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic
index 63da9842c39..4135bf8aa6c 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/svc.conf.dynamic
@@ -1,7 +1,4 @@
-# $Id$
-#
# Please see $TAO_ROOT/docs/Options.html for details on these options.
-#
dynamic Resource_Factory Service_Object * TAO:_make_TAO_Default_Resource_Factory() "-ORBResources global -ORBReactorlock null -ORBInputCDRAllocator null"
dynamic Client_Strategy_Factory Service_Object * TAO:_make_TAO_Default_Client_Strategy_Factory() "-ORBProfileLock null -ORBClientConnectionHandler RW -ORBConnectorLock null"
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test b/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
index e52dd38cece..c8949aa0b53 100755
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit_Test
@@ -1,6 +1,4 @@
#! /bin/sh
-# $Id$
-#
# Spawns MT_Cubit server and client executables on a single host.
usage="usage: $0 [-n <iterations>] [-r <host>] [-t] [-l] <# low priority threads>"
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README.tests b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README.tests
index c81387596f6..13150470eb2 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/README.tests
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/README.tests
@@ -1,12 +1,10 @@
-// $Id$
-
Note: this file is in very rough version. Updates are coming soon.
ORB/OS CPU processing Overhead Test
-----------------------
1. Execute the following command to obtain latency for CORBA requests:
- ./client -u 10000000
+ ./client -u 10000000
NOTE: This runs a copy of the server in the same process as the client
and executes 10,000,000 CORBA requests. Take a note of the total latency (L1).
@@ -40,5 +38,5 @@ Context Switch Test
-------------------
Use the same arguments as the latency test, and add "-c"
-NOTE: For Windows NT use a tool like Microsoft Spy that is installed with
+NOTE: For Windows NT use a tool like Microsoft Spy that is installed with
MS Visual C++ to obtain the context switch data.
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/plot b/TAO/performance-tests/Cubit/TAO/MT_Cubit/plot
index d83cc92e988..8eb7c3fee5b 100755
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/plot
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/plot
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
-# $Id$
-#
# Plots output from summarize.
open (HIGH_LATENCY, "> h") || die "$0: unable to open \"h\"";
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize b/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize
index 3fb8cf24cc8..72333e5c245 100755
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/summarize
@@ -2,8 +2,6 @@ eval '(exit $?0)' && eval 'exec perl -w -S $0 ${1+"$@"}'
& eval 'exec perl -w -S $0 $argv:q'
if 0;
-# $Id$
-#
# Summarizes results from a series of runs of MT_Cubit_Test, with
# different numbers of clients. Example usage:
#