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:
@ -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;
|
||||
|
Reference in New Issue
Block a user