summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OctetSeq/README')
-rw-r--r--TAO/tests/OctetSeq/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/OctetSeq/README b/TAO/tests/OctetSeq/README
index de0d10c571c..811b52a8da7 100644
--- a/TAO/tests/OctetSeq/README
+++ b/TAO/tests/OctetSeq/README
@@ -1,19 +1,5 @@
# $Id$
-= server, client
-
- This test verifies that the optimizations for octet sequences
-don't have strange side effects. The clients sends a number of octet
-sequences that are stored by the server, it then queries the CRC
-checksum for several of them (at random) to verify that the contents
-are intact.
- To run this test try:
-
-$ server -o test.ior
-$ client -k file://test.ior -i 10000 -v
-
-= OctetSeq
-
This test measures the time it takes to marshal sequences of
octets of different sizes. Since TAO optimizes octet sequence
marshaling it was interesting to compare that time with the time to
@@ -35,10 +21,3 @@ is no need for it).
-n <iter>
The number of iterations (marshaling/demarshaling)
done for each loop.
-
- -q
- Be quiet, only print the summary data....
-
- Example:
-
-$ ./OctetSeq -l 4096 -h 8192 -s 16 -n 32 -q