Use a variable on the stack to not have a temporary in the call
[ACE_TAO.git] / TAO / performance-tests / Latency / Deferred / README
blob67068a617dee26029f31f5a9e1b1d1543d23cba1
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.
12         Please do not extend this test to deal with other data types,
13 configurations, etc.  If you need to just create a new test.  In the
14 past we had multi-purpose tests like that, they were hard to maintain,
15 and the results were hard to interpret.  Furthermore, the test is
16 purposely simple so its output can be parsed via nightly scripts and
17 plotted in a graph.   More importantly, the overhead of marshaling is
18 better measures using an isolated test, that does not involve the
19 network.
21         To run the test use the run_test.pl script:
23 $ ./run_test.pl
25         the script returns 0 if the test was successful, and prints
26 out the performance numbers.