diff --git a/src/app/benchmark.c b/src/app/benchmark.c index 76bd393..7b1992f 100644 --- a/src/app/benchmark.c +++ b/src/app/benchmark.c @@ -167,7 +167,7 @@ extern uint64_t fb_c_chase(void **ptrs, uint64_t steps); #endif #ifndef MIN_SECONDS -# define MIN_SECONDS 2.0 /* Minimum run time. */ +# define MIN_SECONDS 0.4 /* Minimum run time. */ #endif #ifndef REPEATS # define REPEATS 3 /* Number of tries. */