From 2bd3ee5b303488e137fa92fe33fb6c29db764f6c Mon Sep 17 00:00:00 2001 From: George Wangensteen Date: Tue, 8 Oct 2024 16:43:40 -0400 Subject: [PATCH] SERVER-95596 Update performance thresholds for shard role SEP benchmark (#27886) GitOrigin-RevId: b2fe4b8e6f4e6de185823f2bbc430ccad2815822 --- etc/performance_thresholds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/performance_thresholds.yml b/etc/performance_thresholds.yml index 4a2d8395ed5..1fcaafdbd28 100644 --- a/etc/performance_thresholds.yml +++ b/etc/performance_thresholds.yml @@ -65,10 +65,10 @@ tests: - thread_level: 1 metrics: - name: instructions_per_iteration_mean - value: 23205 + value: 23154 bound_direction: upper - thread_level: 32 metrics: - name: instructions_per_iteration_mean - value: 23236 + value: 23184 bound_direction: upper