We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5912d7 commit 7b21e8bCopy full SHA for 7b21e8b
metrics/metrics-android.yml
@@ -8,7 +8,7 @@ apps:
8
9
startupTimeTest:
10
runs: 50
11
- diffMin: 0
+ diffMin: -25 # For the flaky case where the app with Sentry is slightly faster than plain.
12
diffMax: 150
13
14
binarySizeTest:
metrics/metrics-ios.yml
@@ -6,7 +6,7 @@ apps:
6
7
- diffMin: -10 # For the flaky test case where the app with sentry is faster than the app without sentry.
+ diffMin: -25 # For the flaky test case where the app with sentry is faster than the app without sentry.
0 commit comments