perf(benchmark): extend baseline profile to send/chat, search, and cash bill#1029
Merged
Conversation
…sh bill Broaden the generated baseline profile beyond discovery so more warm paths are AOT-compiled on cold start. Also fixes giveJourney, which tapped "Give" (the nav label is "Cash") and had silently been a no-op — the cash screen/keypad/bill were never profiled. Journey additions to BaselineProfileGenerator (all Maestro-validated, money-safe): - Send -> contact list: pull-to-reveal search, type random chars (empty state), clear; open the first contact and send a text message (fund-free; contact not hardcoded); scroll the message list. - Cash: pull out the smallest bill ($0.01) then Cancel — a self-reclaiming round-trip (net ~0); never Share/Collect. An un-shared bill is auto-reclaimed on relaunch, so a mid-journey failure self-heals. - Refactor both auth branches to a shared authenticatedJourneys(). New testTags (exposed only in UI_TESTABLE variants, not shipping release): - send_contact_list, send_contact_row, send_search_field, send_search_clear - chat_screen, chat_message_list, chat_send_message_button, chat_message_input, chat_send_icon Regenerated profile now covers TokenLeaderboard/TokenInfoScreen/MarketCapChart, ContactList/ContactListScreen, MessengerScreen/MessageList/ChatInput, SearchInput, and CashScreen/AnimatedBill/CashBill. Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
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.
Broaden the generated baseline profile beyond discovery so more warm paths are AOT-compiled on cold start. Also fixes giveJourney, which tapped "Give" (the nav label is "Cash") and had silently been a no-op — the cash screen/keypad/bill were never profiled.
Journey additions to BaselineProfileGenerator (all Maestro-validated, money-safe):
New testTags (exposed only in UI_TESTABLE variants, not shipping release):
Regenerated profile now covers TokenLeaderboard/TokenInfoScreen/MarketCapChart, ContactList/ContactListScreen, MessengerScreen/MessageList/ChatInput, SearchInput, and CashScreen/AnimatedBill/CashBill.