mirror of
https://github.com/facebook/zstd.git
synced 2025-07-30 22:23:13 +03:00
Requested changes
Remove g_displaylevel/setNotificationLevel function Add extern "C" Remove averaging Reorder arguments
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user