Static MIN_NUM_ROWS_FOR_MULTITHREADING

Source
pub static MIN_NUM_ROWS_FOR_MULTITHREADING: usize
Expand description

If the user only wants to generate a small amount of mocked .flf rows then multithreading is not a stuiable choice and probably only introduces extra overhead. This variable specifies the minimum number of rows to be mocked to allow enabling multithreading.

ยงNote

This value takes priority over any CLI options regarding number of threads to use for mocking.