Skip to content

Commit

Permalink
faster small input tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Feb 5, 2025
1 parent b73ff32 commit 293590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bench/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int longCommandWArg(const char** stringPtr, const char* longCommand)
# define SMALL_SIZE_MIN_DEFAULT 1
#endif
#ifndef SMALL_SIZE_MAX_DEFAULT
# define SMALL_SIZE_MAX_DEFAULT 127
# define SMALL_SIZE_MAX_DEFAULT 30
#endif
#ifndef LARGE_SIZELOG_MIN_DEFAULT
# define LARGE_SIZELOG_MIN_DEFAULT 9
Expand Down

0 comments on commit 293590a

Please sign in to comment.