Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / performance-tests / Sequence_Latency / Deferred / README
blob3f260e3368c150afd2893dd60703edc327148eba
1 /**
5 @page Deferred Synchronous Latency Test README File
7         This test tries to estimate the minimum latency for a deferred
8 synchronous request.  The test uses a single threaded client and
9 server, and configures the ORB to eliminate common sources of
10 overhead, such as locking. This test uses sequence of various data
11 types.
13         To run the test use the run_test.pl script:
15 $ ./run_test.pl
17         the script returns 0 if the test was successful, and prints
18 out the performance numbers.