summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-08s3: Add a little test for the echo responderVolker Lendecke1-0/+1
2010-07-26s3: Early start of an async nbenchVolker Lendecke1-0/+2
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
2009-11-29s3: Add a regression test for bug 6898Volker Lendecke1-0/+6
2009-11-29s3: Factor out torture_setup_unix_extensionsVolker Lendecke1-0/+1
2009-11-24s3:torture: use timeval_current/timeval_elapsed instead of start_timer/end_timerStefan Metzmacher1-2/+0
metze
2009-11-24s3:fix the merged build of bin/smbtorture4Michael Adam1-0/+81
Michael