Skip to content

Commit 7b21e8b

Browse files
authored
chore: fix flaky startup time metrics test (#3250)
1 parent f5912d7 commit 7b21e8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metrics/metrics-android.yml

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

99
startupTimeTest:
1010
runs: 50
11-
diffMin: 0
11+
diffMin: -25 # For the flaky case where the app with Sentry is slightly faster than plain.
1212
diffMax: 150
1313

1414
binarySizeTest:

metrics/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: -10 # For the flaky test case where the app with sentry is faster than the app without sentry.
9+
diffMin: -25 # For the flaky test case where the app with sentry is faster than the app without sentry.
1010
diffMax: 150
1111

1212
binarySizeTest:

0 commit comments

Comments
 (0)