From 7efc28e253ea8d0d18ca14561fc275a17493c256 Mon Sep 17 00:00:00 2001 From: Guillaume DIDIER Date: Tue, 17 Nov 2020 13:51:56 +0100 Subject: [PATCH] Increase iteration count --- cache_utils/src/bin/two_thread_cal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache_utils/src/bin/two_thread_cal.rs b/cache_utils/src/bin/two_thread_cal.rs index 2f58922..4baa27e 100644 --- a/cache_utils/src/bin/two_thread_cal.rs +++ b/cache_utils/src/bin/two_thread_cal.rs @@ -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,