Skip to content

Commit 293590a

Browse files
committed
faster small input tests
1 parent b73ff32 commit 293590a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bench/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static int longCommandWArg(const char** stringPtr, const char* longCommand)
110110
# define SMALL_SIZE_MIN_DEFAULT 1
111111
#endif
112112
#ifndef SMALL_SIZE_MAX_DEFAULT
113-
# define SMALL_SIZE_MAX_DEFAULT 127
113+
# define SMALL_SIZE_MAX_DEFAULT 30
114114
#endif
115115
#ifndef LARGE_SIZELOG_MIN_DEFAULT
116116
# define LARGE_SIZELOG_MIN_DEFAULT 9

0 commit comments

Comments
 (0)