From: George Lu Date: Mon, 11 Jun 2018 14:59:05 +0000 (-0400) Subject: Requested changes X-Git-Tag: v0.0.29~73^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc6539f4b9019f2bb025d5828c741c9c4993e57b;p=thirdparty%2Fzstd.git Requested changes Remove g_displaylevel/setNotificationLevel function Add extern "C" Remove averaging Reorder arguments --- diff --git a/tests/paramgrill.c b/tests/paramgrill.c index db45220c3..2d7e52a43 100644 --- a/tests/paramgrill.c +++ b/tests/paramgrill.c @@ -170,7 +170,6 @@ BMK_benchParam(BMK_result_t* resultPtr, ZSTD_CCtx* ctx, ZSTD_DCtx* dctx, const ZSTD_compressionParameters cParams) { - BMK_return_t res = BMK_benchMem(srcBuffer,srcSize, &srcSize, 1, 0, &cParams, NULL, 0, ctx, dctx, 0, "File"); *resultPtr = res.result; return res.errorCode;