summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Single_Threaded/README
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 22:38:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 22:38:26 +0000
commit83e17849b014953f81126515af65f16e0eef7b38 (patch)
tree71da99410307a2754d4ebb9449d0cc1661f32688 /TAO/performance-tests/Latency/Single_Threaded/README
parent401d1ceb02f1506654b362f7615e6901beca808b (diff)
downloadATCD-83e17849b014953f81126515af65f16e0eef7b38.tar.gz
ChangeLogTag:Wed May 9 15:36:46 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/performance-tests/Latency/Single_Threaded/README')
-rw-r--r--TAO/performance-tests/Latency/Single_Threaded/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/performance-tests/Latency/Single_Threaded/README b/TAO/performance-tests/Latency/Single_Threaded/README
new file mode 100644
index 00000000000..e1f411e2632
--- /dev/null
+++ b/TAO/performance-tests/Latency/Single_Threaded/README
@@ -0,0 +1,26 @@
+/**
+
+@page Single Threaded Performance Test README File
+
+ This test tries to estimate the minimum latency for a twoway
+request. The test uses a single threaded client and server, and
+configures the ORB to eliminate common sources of overhead, such as
+locking.
+
+ Please do not extend this test to deal with other data types,
+configurations, etc. If you need to just create a new test. In the
+past we had multi-purpose tests like that, they were hard to maintain,
+and the results were hard to interpret. Furthermore, the test is
+purposely simple so its output can be parsed via nightly scripts and
+plotted in a graph. More importantly, the overhead of marshaling is
+better measures using an isolated test, that does not involve the
+network.
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful, and prints
+out the performance numbers.
+
+*/