convert benchmark unit to use the new naming scheme

chunks instead of blocks
This commit is contained in:
Yann Collet
2025-03-04 13:04:59 -08:00
parent d5dbdd6ece
commit fcfb3160dc
3 changed files with 53 additions and 64 deletions
+1 -1
View File
@@ -1414,7 +1414,7 @@ int main(int argCount, const char* argv[])
DISPLAYLEVEL(1, "benchmark mode is only compatible with zstd format \n");
CLEAN_RETURN(1);
}
benchParams.blockSize = chunkSize;
benchParams.chunkSizeMax = chunkSize;
benchParams.targetCBlockSize = targetCBlockSize;
benchParams.nbWorkers = (int)nbWorkers;
benchParams.realTime = (unsigned)setRealTimePrio;