From 30676cd391814e16bff52eadc5eb98a6635e23ee Mon Sep 17 00:00:00 2001 From: augustin64 Date: Fri, 14 Jun 2024 11:06:03 +0200 Subject: [PATCH] Remove reload measurements --- cache_utils/src/bin/two_thread_cal.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache_utils/src/bin/two_thread_cal.rs b/cache_utils/src/bin/two_thread_cal.rs index 7fc6eb9..13a285a 100644 --- a/cache_utils/src/bin/two_thread_cal.rs +++ b/cache_utils/src/bin/two_thread_cal.rs @@ -192,7 +192,7 @@ fn main() { display_name: "clflush local hit - n", t: &(), }, - CalibrateOperation2T { + /* CalibrateOperation2T { prepare: noop::, op: flush_and_reload_wrap, name: "reload_miss", @@ -219,7 +219,7 @@ fn main() { name: "reload_local_hit", display_name: "reload local hit", t: &(), - }, + },*/ ]; let r = unsafe {