From 75db0f0a63f671912e52edd6f15dc3bb5f929d56 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 23 Jul 2010 20:08:58 +0200 Subject: 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 --- source3/torture/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture/proto.h') 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__ */ -- cgit