-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/benchmarking Added tool to measure app installation time in the manager #1490
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: fdce153 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
5b46e14
to
f184c6f
Compare
Codecov ReportBase: 43.57% // Head: 48.07% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1490 +/- ##
===========================================
+ Coverage 43.57% 48.07% +4.50%
===========================================
Files 610 688 +78
Lines 25489 30263 +4774
Branches 6982 7914 +932
===========================================
+ Hits 11106 14549 +3443
- Misses 13255 14500 +1245
- Partials 1128 1214 +86
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
287db8a
to
fdce153
Compare
📝 Description
Enabling the
ENABLE_BENCHMARKING
either on the debug env menu or at launch will now show a UI element in the manager that measures app installation times. This should allow easier comparison and be more accurate than measuring based on your reflexes and manual work.❓ Context
ledger-live-mobile
https://ledgerhq.atlassian.net/browse/FAT-492
✅ Checklist
📸 Demo
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.