summaryrefslogtreecommitdiff
path: root/source3/torture/nbench.c
AgeCommit message (Collapse)AuthorFilesLines
2010-07-26s3: Early start of an async nbenchVolker Lendecke1-0/+497
The current nbench implementations have the problem that they fork a child per simulated client. With hundreds or thousands of clients this can put quite some load on the client. This test (when finished) will read the standard dbench client.txt and run completely async from within one process. Volker