Increase length of benchmark strings

This commit is contained in:
Camden Dixie O'Brien 2024-11-10 16:29:44 +00:00
parent 4131af3912
commit 601829bd29

View File

@ -11,7 +11,7 @@
#include <string.h> #include <string.h>
#include <sys/time.h> #include <sys/time.h>
#define LEN 100 #define LEN 1000
#define RANGE_FIRST 'a' #define RANGE_FIRST 'a'
#define RANGE_LAST 'z' #define RANGE_LAST 'z'