blob: 923c74e97a7fe3838af05f3b0bd5e3b480fbd3c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$Id$
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
|