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

Merge pull request #3516 from dloidolt/fullbench_2_files

fullbench with two files
This commit is contained in:
Yann Collet 2023-03-06 11:56:30 -08:00 committed by GitHub
commit db7d7b6974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -774,7 +774,9 @@ static int benchFiles(U32 benchNb,
} else {
for (benchNb=0; benchNb<100; benchNb++) {
benchMem(benchNb, origBuff, benchedSize, cLevel, cparams);
} }
}
benchNb = 0;
}
free(origBuff);
} }