summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/mico/mico-thrput-st
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/mico/mico-thrput-st')
-rw-r--r--TAO/CIAO/performance-tests/mico/mico-thrput-st/README10
-rwxr-xr-xTAO/CIAO/performance-tests/mico/mico-thrput-st/mico-env6
2 files changed, 8 insertions, 8 deletions
diff --git a/TAO/CIAO/performance-tests/mico/mico-thrput-st/README b/TAO/CIAO/performance-tests/mico/mico-thrput-st/README
index ee534c0c0a4..6442d25ea01 100644
--- a/TAO/CIAO/performance-tests/mico/mico-thrput-st/README
+++ b/TAO/CIAO/performance-tests/mico/mico-thrput-st/README
@@ -4,21 +4,21 @@
Throughput Experiment
====================
-This experiment is used to gather latency and throughput related metrics for MICO ORB.
-The benchmark uses ACE to analyze the data sample and generate results. In order to run
+This experiment is used to gather latency and throughput related metrics for MICO ORB.
+The benchmark uses ACE to analyze the data sample and generate results. In order to run
this benchmark the following is required
1: MICO ORB configured in single-threaded mode
2: This directory placed under $MICO_ROOT/demo/<name-of-directory>
-3: The envrionment setting required for running this test is provided in
+3: The envrionment setting required for running this test is provided in
the mico-env file.
4: These tests can only run on *nix systems as of now. For windows project files will
- be added shortly
+ be added shortly
Compilation
===========
To compile the files
-
+
$make
To run the experiment
diff --git a/TAO/CIAO/performance-tests/mico/mico-thrput-st/mico-env b/TAO/CIAO/performance-tests/mico/mico-thrput-st/mico-env
index 67b444acef9..6574fcf46c2 100755
--- a/TAO/CIAO/performance-tests/mico/mico-thrput-st/mico-env
+++ b/TAO/CIAO/performance-tests/mico/mico-thrput-st/mico-env
@@ -1,7 +1,7 @@
##############
## MICO ENVIRONMENT SETTINGS
#############
-#
+#
# If MICO has been built in /build/ccm/mico-obj
# then add the following to your path and Library paths
# for Bash Shell:
@@ -9,6 +9,6 @@
#export PATH=/build/ccm/mico-obj/bin:$PATH
#export LD_LIBRARY_PATH=/build/ccm/mico-obj/lib:$LD_LIBRARY_PATH
#
-# Note: The place where object files and binaries are built could be
-# different from source files. The environment variables use the obj
+# Note: The place where object files and binaries are built could be
+# different from source files. The environment variables use the obj
# path rather than source path