Make the number of iterations configurable; reduce the default

This commit is contained in:
Frank Denis
2017-08-04 23:16:42 +02:00
parent 28a1e6886e
commit 6d59a5897d
+3 -1
View File
@@ -34,7 +34,9 @@ int xmain(void);
# include <sys/time.h>
# define ITERATIONS 256
# ifndef ITERATIONS
# define ITERATIONS 128
# endif
static unsigned long long now(void)
{