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
+1
View File
@@ -100,6 +100,7 @@ typedef struct {
BMK_mode_t mode; /* 0: all, 1: compress only 2: decode only */
unsigned nbSeconds; /* default timing is in nbSeconds */
size_t blockSize; /* Maximum size of each block*/
size_t targetCBlockSize;/* Approximative size of compressed blocks */
int nbWorkers; /* multithreading */
unsigned realTime; /* real time priority */
int additionalParam; /* used by python speed benchmark */