Reduce benchmark test duration to 0.4 seconds

This commit is contained in:
2026-07-20 19:10:07 -05:00
parent 801fe88fbd
commit c48328324c
+1 -1
View File
@@ -167,7 +167,7 @@ extern uint64_t fb_c_chase(void **ptrs, uint64_t steps);
#endif #endif
#ifndef MIN_SECONDS #ifndef MIN_SECONDS
# define MIN_SECONDS 2.0 /* Minimum run time. */ # define MIN_SECONDS 0.4 /* Minimum run time. */
#endif #endif
#ifndef REPEATS #ifndef REPEATS
# define REPEATS 3 /* Number of tries. */ # define REPEATS 3 /* Number of tries. */