fullbench: pass proper parameters in scenario 43

This commit is contained in:
Yann Collet
2019-05-29 15:26:06 -07:00
parent c63081623f
commit ed38b645db
4 changed files with 15 additions and 12 deletions
+3
View File
@@ -499,6 +499,9 @@ static int benchMem(unsigned benchNb,
case 42 :
g_cSize = ZSTD_compress(buff2, dstBuffSize, src, srcSize, cLevel);
break;
case 43 :
buff2 = &cparams;
break;
/* test functions */
/* convention: test functions have ID > 100 */