From 8ec42bc0ae9798393bfcad586a8671853f591b92 Mon Sep 17 00:00:00 2001 From: "erwan.viollet" Date: Tue, 8 Sep 2026 09:56:42 +0200 Subject: [PATCH] fix(node_wall_cpu): increase cpu profile foo;a margin from 15% to 16% CI occasionally exceeds 15% variance for foo;a in CPU profile (observed 15.3%). This aligns with the scenario README note: 'we get 10-15% in CI'. Increase margin to 16% to accommodate system scheduling variance while keeping the test reasonably tight. --- scenarios/node_wall_cpu/expected_profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/node_wall_cpu/expected_profile.json b/scenarios/node_wall_cpu/expected_profile.json index f1dd3810..00067f75 100644 --- a/scenarios/node_wall_cpu/expected_profile.json +++ b/scenarios/node_wall_cpu/expected_profile.json @@ -69,7 +69,7 @@ "regular_expression": "foo;a", "percent": 17, "value": 2100000000, - "error_margin": 15, + "error_margin": 16, "labels": [ { "key": "thread name",