summaryrefslogtreecommitdiff
path: root/source3/torture/proto.h
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/proto.h
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/proto.h')
-rw-r--r--source3/torture/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/proto.h b/source3/torture/proto.h
index d78a39d85a..4f9a1807aa 100644
--- a/source3/torture/proto.h
+++ b/source3/torture/proto.h
@@ -83,4 +83,6 @@ bool torture_casetable(int dummy);
bool run_posix_append(int dummy);
+bool run_nbench2(int dummy);
+
#endif /* __TORTURE_H__ */