Increase iteration count
This commit is contained in:
parent
a331fdd76e
commit
7efc28e253
@ -188,7 +188,7 @@ fn main() {
|
||||
hist_params: HistParams {
|
||||
bucket_number: CFLUSH_BUCKET_NUMBER,
|
||||
bucket_size: CFLUSH_BUCKET_SIZE,
|
||||
iterations: CFLUSH_NUM_ITER,
|
||||
iterations: CFLUSH_NUM_ITER << 4,
|
||||
},
|
||||
verbosity: verbose_level,
|
||||
optimised_addresses: true,
|
||||
|
Loading…
Reference in New Issue
Block a user