1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 09:26:03 +02:00

Requested changes

Remove g_displaylevel/setNotificationLevel function
Add extern "C"
Remove averaging
Reorder arguments
This commit is contained in:
George Lu 2018-06-11 10:59:05 -04:00
parent 854825caac
commit cc6539f4b9

View 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;