From ff2102fb743ce576bfc4a72812b6a98b869cd802 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 24 Aug 2026 07:06:31 +0800 Subject: [PATCH] test: align startup import contract --- .../fixtures/architecture/startup-performance-baseline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures/architecture/startup-performance-baseline.json b/tests/fixtures/architecture/startup-performance-baseline.json index 6eccdcecf..6878c8605 100644 --- a/tests/fixtures/architecture/startup-performance-baseline.json +++ b/tests/fixtures/architecture/startup-performance-baseline.json @@ -6,7 +6,7 @@ "repeat": 3, "targets": { "app.startup.lifecycle": { - "loaded_app_module_count": 355, + "loaded_app_module_count": 356, "max_ms": 914.989, "median_ms": 909.991, "min_ms": 907.871, @@ -17,7 +17,7 @@ ] }, "app.factory": { - "loaded_app_module_count": 367, + "loaded_app_module_count": 368, "max_ms": 916.407, "median_ms": 914.085, "min_ms": 913.804, @@ -28,7 +28,7 @@ ] }, "app.main": { - "loaded_app_module_count": 369, + "loaded_app_module_count": 370, "max_ms": 1096.074, "median_ms": 1051.665, "min_ms": 1050.168,