summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/Deferred/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/Deferred/README')
-rw-r--r--TAO/performance-tests/Sequence_Latency/Deferred/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/Deferred/README b/TAO/performance-tests/Sequence_Latency/Deferred/README
deleted file mode 100644
index 803fafa3a0e..00000000000
--- a/TAO/performance-tests/Sequence_Latency/Deferred/README
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
-
-@page Deferred Synchronous Latency Test README File
-
- This test tries to estimate the minimum latency for a deferred
-synchronous 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.
-
-*/