summaryrefslogtreecommitdiff
path: root/performance-tests/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-22 05:37:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-22 05:37:59 +0000
commit37be95568648c253a130d2bd8547b11b8b932b31 (patch)
tree1f72bae9dda4045c330b9ff5ffb31ff012cf47c0 /performance-tests/README
parent92cb748f30bc7b333cdf00a44cdab385f52f3cb3 (diff)
downloadATCD-37be95568648c253a130d2bd8547b11b8b932b31.tar.gz
*** empty log message ***
Diffstat (limited to 'performance-tests/README')
-rw-r--r--performance-tests/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/performance-tests/README b/performance-tests/README
new file mode 100644
index 00000000000..4be2f1e518b
--- /dev/null
+++ b/performance-tests/README
@@ -0,0 +1,14 @@
+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, ACE C++ wrappers, and
+ several versions of CORBA (Orbix and ORBeline).
+
+ . Misc -- Miscellaneous tests, e.g., Double-Checked Locking,
+ context switching, mutexes, naming, etc.