Skip to content

Commit 698016d

Browse files
antonisclaude
andcommitted
chore(ios): Relax iOS startup time diffMin from -20 to -3000
On RN 0.85.1, the iOS startup time test consistently shows the plain app ~2.6s slower than the Sentry app. This is a measurement artifact of using Appium's activateApp() duration rather than actual UI render time — the command returns at different times based on binary characteristics unrelated to SDK overhead. Relaxing diffMin to -3000 for iOS only. Android keeps -20 as it doesn't exhibit this behavior. The diffMax (150ms) still catches real SDK overhead regressions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a7c5dd4 commit 698016d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

performance-tests/metrics-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apps:
66

77
startupTimeTest:
88
runs: 50
9-
diffMin: -20
9+
diffMin: -3000
1010
diffMax: 150
1111

1212
binarySizeTest:

0 commit comments

Comments
 (0)