From 4a34fec9fe4f0bf0d7bbf36398b318add39c580a Mon Sep 17 00:00:00 2001 From: Alice Doherty <66687032+alicedoherty@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:25:36 +0000 Subject: [PATCH] SERVER-113463 Re-lower performance threshold limit (#44000) GitOrigin-RevId: cf206bbaabbcc9f2a32a4c9d3eb5a7fe4ae8f1c8 --- etc/performance_thresholds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/performance_thresholds.yml b/etc/performance_thresholds.yml index 7926ac5fe74..38dc453be53 100644 --- a/etc/performance_thresholds.yml +++ b/etc/performance_thresholds.yml @@ -49,5 +49,5 @@ tests: - thread_level: 1 metrics: - name: instructions_per_iteration_mean - threshold_limit: 20000 + threshold_limit: 600 bound_direction: upper