1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

benchmark more can test targetCBlockSize

This commit is contained in:
Yann Collet
2024-02-23 13:13:03 -08:00
parent 621a263fb2
commit 68a232c591
4 changed files with 9 additions and 0 deletions

View File

@ -1374,6 +1374,7 @@ int main(int argCount, const char* argv[])
CLEAN_RETURN(1);
}
benchParams.blockSize = blockSize;
benchParams.targetCBlockSize = targetCBlockSize;
benchParams.nbWorkers = (int)nbWorkers;
benchParams.realTime = (unsigned)setRealTimePrio;
benchParams.nbSeconds = bench_nbSeconds;