Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / performance-tests / POA / Implicit_Activation / README
blob9cec1697bdeab4c1fcb2a1336f478918a65f7d80
1 /**
5 @page Activation Test README File
7         This test measures the time required to activate (via _this)
8 and deactivate a large number of objects.  The measurements include
9 the time required to allocate a simple servant and, in the test using
10 a separate client/server, the time required to pass the object
11 reference around.
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.