From 008af0c85fc2f866521743c7401e2c160f270bcc Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Fri, 15 May 2026 10:15:30 -0400 Subject: [PATCH] ci: make span start max_rss SLO consistent across scenarios --- .../bp-runner.microbenchmarks.fail-on-breach.template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.template.yml b/.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.template.yml index b3cd59e1b9f..49374d43f78 100644 --- a/.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.template.yml +++ b/.gitlab/benchmarks/bp-runner.microbenchmarks.fail-on-breach.template.yml @@ -1025,15 +1025,15 @@ experiments: - name: span-start-finish thresholds: - execution_time < 60 ms - - max_rss_usage < 38.00 MB + - max_rss_usage < 53.00 MB - name: span-start-finish-telemetry thresholds: - execution_time < 60.00 ms - - max_rss_usage < 38.00 MB + - max_rss_usage < 53.00 MB - name: span-start-finish-traceid128 thresholds: - execution_time < 62.00 ms - - max_rss_usage < 38.00 MB + - max_rss_usage < 53.00 MB - name: span-start-traceid128 thresholds: - execution_time < 22.50 ms