summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/Performance/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/Performance/README')
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Performance/README b/TAO/examples/PluggableUDP/tests/Performance/README
new file mode 100644
index 00000000000..9f3e318ce64
--- /dev/null
+++ b/TAO/examples/PluggableUDP/tests/Performance/README
@@ -0,0 +1,18 @@
+
+Performance tests for the performance of the DIOP
+implementation using oneways in a roundtrip manor.
+This means that the client sends a request to the server,
+which in turn sends a request to the client.
+
+1000 oneway requests containing a sequence of 256 chars are
+performed and the average time per call is measured.
+
+To execute the test either
+
+- use run_test.pl, or
+
+- start
+
+ server -o ior -ORBendpoint diop://:12345
+
+ client -k file://ior \ No newline at end of file