From 709de18d06ad095d5eafbdaf0915c4c553cd0351 Mon Sep 17 00:00:00 2001 From: George Prekas Date: Wed, 3 Sep 2014 10:59:08 +0200 Subject: [PATCH] update netpipe benchmark duration parameters --- src/netpipe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/netpipe.h b/src/netpipe.h index f880360..2066d54 100644 --- a/src/netpipe.h +++ b/src/netpipe.h @@ -40,8 +40,8 @@ #define TRIALS 7 #define RUNTM 0.25 #else - #define TRIALS 3 - #define RUNTM 0.10 + #define TRIALS 100 + #define RUNTM 10 #endif #define MEMSIZE 10000000