Commit 698016d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments