From b77ca63a854e3464cde51977bedab39c1c650c00 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Fri, 22 May 2026 10:48:44 +0200 Subject: [PATCH] fix(ios): Bump iOS binary size threshold to 1580 KiB Cocoa SDK 9.14.0 adds standalone app start tracing and stack overflow crash report improvements, increasing the binary size by ~1.2 KiB. Co-Authored-By: Claude Opus 4.6 --- performance-tests/metrics-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-tests/metrics-ios.yml b/performance-tests/metrics-ios.yml index 39a668e648..e8fb5c6953 100644 --- a/performance-tests/metrics-ios.yml +++ b/performance-tests/metrics-ios.yml @@ -11,4 +11,4 @@ startupTimeTest: binarySizeTest: diffMin: 600 KiB - diffMax: 1570 KiB + diffMax: 1580 KiB