Update baseline profiles#3554
Merged
Merged
Conversation
tonidero
approved these changes
Jun 8, 2026
8a1b011 to
995b7da
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3554 +/- ##
=======================================
Coverage 80.26% 80.26%
=======================================
Files 378 378
Lines 15448 15448
Branches 2143 2143
=======================================
Hits 12400 12400
Misses 2189 2189
Partials 859 859 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated baseline profile regeneration.
Generated by the
generate_baseline_profilesFastlane lane.Note
Low Risk
Generated profile artifacts only; behavior is unchanged and risk is limited to startup/AOT optimization accuracy if the profile drifts from real hot paths.
Overview
Automated refresh of baseline-prof.txt for
purchasesandui/revenuecatuiafter recent startup/paywall code paths changed. No application logic is modified in this PR—only which methods ART should AOT-compile for cold start.The purchases profile now includes workflow-related hot paths (
getUseWorkflows,PurchasesServices/ServiceLoaderDispatcher,WorkflowsCache, workflowDeviceCachekeys,Offering.getPresentedOfferingContext) and drops older workflow pre-warmer/CDN resolver entries. OfferingsManager and IdentityManager constructor signatures in the profile match wiring throughWorkflowManager/WorkflowsCacheinstead of the previous callback-based prewarm hook.The RevenueCat UI profile adds paywall workflow presentation (
PaywallOptions+WorkflowDataResult,startWorkflowPresentationIfNeeded, workflow step tracking) and removes the priorupdateStateFromWorkflowEndpointIfNeededpath, along with minor ctor/synthetic lambda renames from R8.Reviewed by Cursor Bugbot for commit 995b7da. Bugbot is set up for automated code reviews on this repo. Configure here.