summaryrefslogtreecommitdiff
path: root/performance-tests/README
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit8008dd09ccf88d4edef237a184a698cac42f2952 (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /performance-tests/README
parent13d6e89af439164c0ade48e6f5c3e9b3f971e8c9 (diff)
downloadATCD-8008dd09ccf88d4edef237a184a698cac42f2952.tar.gz
Repo restructuring
Diffstat (limited to 'performance-tests/README')
-rw-r--r--performance-tests/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/performance-tests/README b/performance-tests/README
deleted file mode 100644
index 36751c061fe..00000000000
--- a/performance-tests/README
+++ /dev/null
@@ -1,16 +0,0 @@
-The subdirectories in this directory provide a number of benchmarks
-that use ACE features to determine performance of various concurrency
-and communication mechanisms.
-
- . Synch-Benchmarks -- Implements a number of benchmarks
- that test the performance of various synchronization
- mechanisms.
-
- . TTCP -- Implements several variants of the TTCP benchmarking
- test for TCP and UCP using C sockets and ACE C++ wrappers.
-
- . UDP -- Contains UDP test, which measures UDP round-trip
- performance.
-
- . Misc -- Miscellaneous tests, e.g., Double-Checked Locking,
- context switching, mutexes, naming, etc.