From 8405fd6d33040af0ceda1259bd1da4d1b163199b Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 8 Mar 2020 23:24:08 -0700 Subject: [PATCH] fix typo default sample size --- tests/collisions/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/collisions/main.c b/tests/collisions/main.c index cf9e1f5..3cdf5b4 100644 --- a/tests/collisions/main.c +++ b/tests/collisions/main.c @@ -953,7 +953,7 @@ static int longCommandWArg(const char** stringPtr, const char* longCommand) * it can be necessary to test multiple input sizes * to paint an accurate picture of collision performance */ -#define SAMPLE_SIZE_DEFAULT 255 +#define SAMPLE_SIZE_DEFAULT 256 #define HASHFN_ID_DEFAULT 0 void help(const char* exeName)