]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Requested changes
authorGeorge Lu <gclu@fb.com>
Mon, 11 Jun 2018 14:59:05 +0000 (10:59 -0400)
committerGeorge Lu <gclu@fb.com>
Thu, 14 Jun 2018 18:18:46 +0000 (14:18 -0400)
Remove g_displaylevel/setNotificationLevel function
Add extern "C"
Remove averaging
Reorder arguments

tests/paramgrill.c

index db45220c36246dd5a47aa6829fe506c422580ffc..2d7e52a43a31bd48ed9ab130a37eb8ecd7342961 100644 (file)
@@ -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;