]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
hashLog3 removed from paramgrill 145/head
authorinikep <inikep@gmail.com>
Thu, 10 Mar 2016 14:45:21 +0000 (15:45 +0100)
committerinikep <inikep@gmail.com>
Thu, 10 Mar 2016 14:45:21 +0000 (15:45 +0100)
programs/paramgrill.c

index 4a76da8a44f8b0efcd4a88bdc11a58ddc548b06e..fb82d926a2cd3cdd903af4e1b56b816db52f365a 100644 (file)
@@ -127,7 +127,7 @@ static U32 g_rand = 1;
 static U32 g_singleRun = 0;
 static U32 g_target = 0;
 static U32 g_noSeed = 0;
-static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy };
+static ZSTD_parameters g_params = { 0, 0, 0, 0, 0, 0, 0, ZSTD_greedy };
 
 void BMK_SetNbIterations(int nbLoops)
 {