Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / Sequence_Latency / DSI / README
blob2e2956be4961cf978c3cdf404773d79f1daf050c
1 /**
5 @page Single Threaded Performance Test README File
7         This test tries to estimate the minimum latency for a twoway
8 request.  The test uses a single threaded client and server, and
9 configures the ORB to eliminate common sources of overhead, such as
10 locking. This test uses sequence of various data types.
12         To run the test use the run_test.pl script:
14 $ ./run_test.pl
16         the script returns 0 if the test was successful, and prints
17 out the performance numbers.