5 @page Thread Pool Latency Test README File
7 This test tries to estimate the minimum latency for the
8 Thread-Pool concurrency model. The test uses a multi-threaded client
11 Please do not extend this test to deal with other data types,
12 configurations, etc. If you need to just create a new test. In the
13 past we had multi-purpose tests like that, they were hard to maintain,
14 and the results were hard to interpret. Furthermore, the test is
15 purposely simple so its output can be parsed via nightly scripts and
16 plotted in a graph. More importantly, the overhead of marshaling is
17 better measures using an isolated test, that does not involve the
20 To run the test use the run_test.pl script:
24 the script returns 0 if the test was successful, and prints
25 out the performance numbers.