summaryrefslogtreecommitdiff
path: root/ACE/TAO/performance-tests/POA/Create_Reference/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/performance-tests/POA/Create_Reference/README')
-rw-r--r--ACE/TAO/performance-tests/POA/Create_Reference/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/TAO/performance-tests/POA/Create_Reference/README b/ACE/TAO/performance-tests/POA/Create_Reference/README
new file mode 100644
index 00000000000..9bd9630edea
--- /dev/null
+++ b/ACE/TAO/performance-tests/POA/Create_Reference/README
@@ -0,0 +1,16 @@
+/**
+
+@page Create_Reference Performance Test README File
+
+ This test measures the time required to create an object
+reference using create_reference_with_id(). The test should be
+extended to include POAs with the NO_RETAIN policy.
+
+ 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.
+
+*/