From 1fd793c5834c82cf00e55680d04e5952de70f19b Mon Sep 17 00:00:00 2001 From: David Daly Date: Wed, 10 Jul 2024 16:27:13 -0400 Subject: [PATCH] SERVER-92286 Update SEP Test Threshold Strings and lower targets (#24553) GitOrigin-RevId: 6e6f9573b6aa0e0d106fa10e497dd1c3874379b6 --- etc/performance_thresholds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/performance_thresholds.yml b/etc/performance_thresholds.yml index 2d0eb49b442..615f50fdf71 100644 --- a/etc/performance_thresholds.yml +++ b/etc/performance_thresholds.yml @@ -42,7 +42,7 @@ ######################################################################################################## tests: - ServiceEntryPointCommonBenchmarkFixture/BM_SEP_PING: + ServiceEntryPointRouterRoleBenchmarkFixture/BM_SEP_PING: al2023-arm64-sep-benchmark: # The current suggested method for raising these values is to run the benchmark a few times in patches, get the # means of these metrics in them, and then multiply them by 1.002 (+ .2%). Please make sure the new values @@ -50,10 +50,10 @@ tests: - thread_level: 1 metrics: - name: instructions_per_iteration_mean - value: 24160 + value: 20848 bound_direction: upper - thread_level: 32 metrics: - name: instructions_per_iteration_mean - value: 24235 + value: 20885 bound_direction: upper