convert benchmark unit to use the new naming scheme
chunks instead of blocks
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user