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
@@ -94,7 +94,7 @@ typedef enum {
typedef struct {
BMK_mode_t mode; /* 0: both, 1: compress only 2: decode only */
unsigned nbSeconds; /* default timing is in nbSeconds */
size_t blockSize; /* Maximum size of each independent chunk */
size_t chunkSizeMax; /* Maximum size of each independent chunk */
size_t targetCBlockSize;/* Approximative size of compressed blocks */
int nbWorkers; /* multithreading */
unsigned realTime; /* real time priority */