From 6d59a5897def3d34a8b4ceea368b1a0614a4bbd9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 4 Aug 2017 23:16:42 +0200 Subject: [PATCH] Make the number of iterations configurable; reduce the default --- test/default/cmptest.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/default/cmptest.h b/test/default/cmptest.h index bf3ddb68..6df1c133 100644 --- a/test/default/cmptest.h +++ b/test/default/cmptest.h @@ -34,7 +34,9 @@ int xmain(void); # include -# define ITERATIONS 256 +# ifndef ITERATIONS +# define ITERATIONS 128 +# endif static unsigned long long now(void) {