summaryrefslogtreecommitdiff
path: root/performance-tests/README
blob: d8e7d36c645ec99cb60bc05a7c7c1b52cd95eb3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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).

        . UDP -- Contains UDP test, which measures UDP round-trip
          performance.

        . Misc -- Miscellaneous tests, e.g., Double-Checked Locking,
          context switching, mutexes, naming, etc.