summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/README')
-rw-r--r--ACE/performance-tests/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/performance-tests/README b/ACE/performance-tests/README
new file mode 100644
index 00000000000..36751c061fe
--- /dev/null
+++ b/ACE/performance-tests/README
@@ -0,0 +1,16 @@
+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.