Reduce number of puzzles in benchmark

This commit is contained in:
Camden Dixie O'Brien 2022-11-23 17:14:47 +00:00
parent 6ce468bb0d
commit a1c71f8f06

2
main.c
View File

@ -25,7 +25,7 @@
#include <time.h>
#define PROG_UPDATEPRD 20
#define NPUZZLES 1024U
#define NPUZZLES 256U
static uint32_t getseed(void)
{