3 This test verifies that the optimizations for octet sequences
4 don't have strange side effects. The clients sends a number of octet
5 sequences that are stored by the server, it then queries the CRC
6 checksum for several of them (at random) to verify that the contents
11 $ client -k file://test.ior -i 10000 -v
15 This test measures the time it takes to marshal sequences of
16 octets of different sizes. Since TAO optimizes octet sequence
17 marshaling it was interesting to compare that time with the time to
18 marshal sequences of chars (which could be optimized also, but there
21 The test accepts a few options:
24 Sets the minimum size of the sequences tested.
27 The maximum size of the sequences tested.
30 Increase the size of the sequence from <low> to <high>
31 in increments of <step>
34 The number of iterations (marshaling/demarshaling)
38 Be quiet, only print the summary data....
42 $ ./OctetSeq -l 4096 -h 8192 -s 16 -n 32 -q