summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-23 20:08:58 +0200
committerVolker Lendecke <vl@samba.org>2010-07-26 23:10:39 +0200
commit75db0f0a63f671912e52edd6f15dc3bb5f929d56 (patch)
tree742efdb4668e3af254e6c6c4d1d50cd724a54434 /source3/torture/torture.c
parent2ad4b4f63ef6e8fa8f875135a4fa5764ef57c6ac (diff)
downloadsamba-75db0f0a63f671912e52edd6f15dc3bb5f929d56.tar.gz
samba-75db0f0a63f671912e52edd6f15dc3bb5f929d56.tar.bz2
samba-75db0f0a63f671912e52edd6f15dc3bb5f929d56.zip
s3: Early start of an async nbench
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
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 90cbf90c1a..79128cf4a6 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -7492,6 +7492,7 @@ static struct {
{"RANDOMIPC", run_randomipc, 0},
{"NEGNOWAIT", run_negprot_nowait, 0},
{"NBENCH", run_nbench, 0},
+ {"NBENCH2", run_nbench2, 0},
{"OPLOCK1", run_oplock1, 0},
{"OPLOCK2", run_oplock2, 0},
{"OPLOCK3", run_oplock3, 0},