From 20d3df3b2497c0da13783b8569e6760c252f1cd2 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 1 Jun 2026 09:27:22 +0200 Subject: [PATCH] chore(ios): Bump iOS binary size limit to 1590 KiB JS SDK bump to 10.55.0 increased the iOS binary size by ~2.5 KiB beyond the previous 1580 KiB limit (actual: ~1545 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 e8fb5c6953..3d13a10c4d 100644 --- a/performance-tests/metrics-ios.yml +++ b/performance-tests/metrics-ios.yml @@ -11,4 +11,4 @@ startupTimeTest: binarySizeTest: diffMin: 600 KiB - diffMax: 1580 KiB + diffMax: 1590 KiB