update fileio to employ jobSize

This commit is contained in:
Yann Collet
2025-03-04 14:55:25 -08:00
parent 0298df50f9
commit 0b40c513fd
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ typedef struct FIO_prefs_s {
int sparseFileSupport; /* 0: no sparse allowed; 1: auto (file yes, stdout no); 2: force sparse */
int dictIDFlag;
int checksumFlag;
int blockSize;
int jobSize;
int overlapLog;
int adaptiveMode;
int useRowMatchFinder;