summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DII/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/DII/README')
-rw-r--r--TAO/performance-tests/Sequence_Latency/DII/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DII/README b/TAO/performance-tests/Sequence_Latency/DII/README
deleted file mode 100644
index 7cabdf8ff6f..00000000000
--- a/TAO/performance-tests/Sequence_Latency/DII/README
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
-
-@page DII Latency Test README File
-
- This test tries to estimate the minimum latency for a DII twoway
-request. The test uses a single threaded client and server, and
-configures the ORB to eliminate common sources of overhead, such as
-locking. This test uses sequence of various data types.
-
- 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.
-
-*/