From 2d9a8bf0c93d0f4c8c02b3dfe074f59dba97009b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 Mar 2004 02:13:13 +0000 Subject: greatly improved NBENCH netbench simulator - more accurate request simulation using Samba4 raw client library - now checks for correct status on all requests - timelimit based benchmarking, default of 600 seconds (This used to be commit a46c009c0459658784d7d7b3b0502dc20958043a) --- source4/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index b362b0c18d..e240afb766 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -141,6 +141,8 @@ TORTURE_RAW_OBJS = @TORTURE_RAW_OBJS@ TORTURE_RPC_OBJS = @TORTURE_RPC_OBJS@ +TORTURE_NBENCH_OBJS = @TORTURE_NBENCH_OBJS@ + TORTURE_OBJS = @TORTURE_OBJS@ TORTURE_LIBS = @TORTURE_LIBS@ -- cgit