Skip to content

Revert "Merge pull request #60267 from thelullabyy/fix/59566-chat-preview-display-wrong-when-paying" #62171

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

suneox
Copy link
Contributor

@suneox suneox commented May 16, 2025

Explanation of Change

Revert PR #60267

Fixed Issues

$ #59566
PROPOSAL: #59566 (comment)

Tests

  1. Open the app.
  2. Tap on FAB and select "Start Chat"
  3. Select an user to start a chat with.
  4. Once redirected to the new chat, tap on the "+" button.
  5. Select the "Pay" option.
  6. Add an amount and complete the payment creation flow.
  7. Return to LHN.
  8. Verify the message displayed on chat preview is [name] paid X$
  • Verify that no errors appear in the JS console

Offline tests

QA Steps

The same Tests Step

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native

Screenshot_1747378025

Android: mWeb Chrome

Screenshot_1747377995

iOS: Native

Simulator Screenshot - iPhone 14 Pro - 2025-05-16 at 13 37 26

iOS: mWeb Safari

Simulator Screenshot - iPhone 14 Pro - 2025-05-16 at 13 37 26

MacOS: Chrome / Safari Screenshot 2025-05-16 at 13 35 44
MacOS: Desktop Screenshot 2025-05-16 at 13 35 10

…-chat-preview-display-wrong-when-paying"
@suneox suneox marked this pull request as ready for review May 16, 2025 09:28
@suneox suneox requested a review from a team as a code owner May 16, 2025 09:28
@melvin-bot melvin-bot bot requested review from jayeshmangwani and removed request for a team May 16, 2025 09:28
Copy link

melvin-bot bot commented May 16, 2025

@jayeshmangwani Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@mountiny
Copy link
Contributor

mountiny commented May 16, 2025

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: HybridApp
    • Android: mWeb Chrome
    • iOS: HybridApp
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Android: HybridApp
Android: mWeb Chrome
iOS: HybridApp
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

Copy link
Contributor

@mountiny mountiny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Straight revert

@mountiny
Copy link
Contributor

Straight revert so we can ignore the eslint optional checks

@mountiny mountiny merged commit 89ec9dc into Expensify:main May 16, 2025
15 of 18 checks passed
Copy link

melvin-bot bot commented May 16, 2025

@mountiny looks like this was merged without a test passing. Please add a note explaining why this was done and remove the Emergency label if this is not an emergency.

@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@github-actions github-actions bot added the DeployBlockerCash This issue or pull request should block deployment label May 16, 2025
Copy link
Contributor

Performance Comparison Report 📊 (1/13)

⚠️ Some tests did not pass successfully, so some results are omitted from final report: Linking

Significant Changes To Duration

Name Duration
Chat opening Chat TTI 1076.148 ms → 1186.794 ms (+110.646 ms, +10.3%) 🔴
Show details
Name Duration
Chat opening Chat TTI Baseline
Mean: 1076.148 ms
Stdev: 149.075 ms (13.9%)
Runs: 745.369628995657 749.5715340003371 823.387655004859 824.8328050002456 834.2673749998212 838.7508950009942 855.2519130036235 867.6525480002165 918.9941010028124 921.0240480005741 942.5293779969215 947.391479998827 954.1201179996133 969.5250250026584 969.7961840033531 978.7555750012398 998.9569910019636 1030.3394780009985 1031.5557059943676 1034.1364350020885 1061.6272379979491 1100.5182299986482 1107.0572519898415 1107.3249109983444 1120.2457679957151 1121.6106369942427 1140.9676520079374 1146.347127996385 1150.2264820039272 1152.9132899940014 1154.0131839960814 1157.6931160017848 1159.7534179985523 1161.9372569993138 1162.1767169982195 1168.569134004414 1172.909871995449 1181.4298509955406 1183.4676109999418 1188.5347490012646 1189.4741629958153 1189.7811700031161 1199.671469002962 1201.060588002205 1203.260825008154 1212.0764569938183 1212.2714850008488 1218.9988210052252 1225.0575770139694 1236.3555909991264 1366.747274003923 1369.3902179971337

Current
Mean: 1186.794 ms
Stdev: 298.424 ms (25.1%)
Runs: 575.4039309993386 729.3553880006075 768.3530279994011 814.5992439985275 829.3918050006032 836.2001150026917 846.519775994122 855.5921220034361 871.0344249978662 876.2878019958735 937.8638920038939 949.4520669952035 950.530965000391 955.4179280027747 956.329223997891 966.8525810018182 979.7086590006948 999.8323170095682 1016.4439699947834 1071.946982011199 1096.0594900026917 1114.7309570014477 1127.262085005641 1129.5387780070305 1135.4438889920712 1139.9738370031118 1143.2428389936686 1153.1153569966555 1154.5245779901743 1155.671672001481 1162.154623001814 1164.2969159930944 1166.1466470062733 1166.3605140000582 1170.7781170010567 1171.2023530006409 1178.161988005042 1179.4064129889011 1179.760091997683 1183.578409999609 1184.6024989932775 1192.3988040015101 1197.5868740007281 1206.5040699988604 1219.8337000012398 1223.9067789912224 1386.8147789984941 1390.0830489993095 1400.0963139981031 1691.611654996872 1698.4849049970508 1708.1057950034738 1712.883423998952 1713.007936000824 1717.3289399966598 1719.2157809957862 1726.2643239945173 1727.671387001872 1754.1171070039272 1778.5769859999418

Copy link
Contributor

Performance Comparison Report 📊 (10/13)

Meaningless Changes To Duration (9/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Report typing (RAM) Baseline
Mean: 430.449 MB
Stdev: 7.541 MB (1.8%)
Runs: 412.0764723557692 412.6095377604167 415.6798502604167 416.1299252717391 417.646484375 418.5022786458333 419.4617866847826 419.6062825520833 420.1647135416667 420.4427083333333 421.19906850961536 422.04015625 422.175625 423.2800480769231 423.82666015625 423.994140625 428.165625 428.76126802884613 430.923900462963 430.96571180555554 431.3282877604167 431.5383112980769 431.7683293269231 431.9130108173077 431.99744591346155 432.51128472222223 432.5677083333333 432.7449363425926 432.9659213362069 433.1715745192308 433.2238136574074 433.46875 433.5494791666667 433.73734375 433.98783052884613 434.5213216145833 434.56625600961536 435.1110276442308 435.41956018518516 435.4426081730769 435.51403356481484 435.76697716346155 435.8369891826923 435.9637661637931 435.9977463942308 436.1923076923077 436.23397090517244 436.31850961538464 436.75060096153845 437.36805555555554 437.5095635775862 437.716796875 438.171875 438.75390625 438.7793642241379 439.59194711538464 439.9951171875 440.40703125

Current
Mean: 430.863 MB
Stdev: 6.840 MB (1.6%)
Runs: 416.1568287037037 416.41015625 419.63816550925924 419.85580842391306 420.3958899456522 420.7624421296296 421.2783203125 421.4578450520833 422.36865234375 422.52394701086956 422.5870768229167 422.6319110576923 422.814453125 423.2478841145833 423.75135216346155 424.22765625 425.283125 426.5315625 426.87734375 427.7728587962963 429.58140120967744 429.634837962963 430.1828703703704 430.376953125 430.68981481481484 432.1267361111111 432.30121527777777 432.82118055555554 433.41466346153845 433.45703125 433.5315504807692 433.7041766826923 433.7109375 434.1545138888889 434.2618634259259 434.2931134259259 434.39107572115387 434.42534722222223 434.81761853448273 435.1793870192308 435.24759615384613 435.2898763020833 435.441015625 435.6717303240741 435.9036458333333 436.00231481481484 436.1006610576923 436.81986177884613 436.8701923076923 437.2068865740741 437.4709990530303 438.1549479166667 438.65190972222223 439.3073918269231 439.4641927083333 439.79323814655174 440.4594029017857 441.1759159482759 442.2279094827586
Report typing (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Report typing (CPU/UI) Baseline
Mean: 23.007 %
Stdev: 1.106 % (4.8%)
Runs: 20.6 20.7 20.9 20.9 21.3 21.8 21.9 21.9 22 22.1 22.2 22.2 22.3 22.4 22.4 22.4 22.4 22.5 22.7 22.7 22.7 22.8 22.8 22.8 22.8 22.9 22.9 22.9 23 23 23 23.1 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.4 23.5 23.6 23.6 23.6 23.7 23.8 24.2 24.3 24.5 24.6 24.6 24.8 24.9 24.9 25.5 25.7

Current
Mean: 22.960 %
Stdev: 0.912 % (4.0%)
Runs: 21 21 21 21.2 21.5 21.6 21.7 21.8 22 22 22.1 22.2 22.4 22.4 22.5 22.5 22.6 22.7 22.7 22.7 22.8 22.8 22.8 22.9 22.9 22.9 22.9 22.9 23 23 23.1 23.1 23.1 23.2 23.2 23.2 23.2 23.4 23.4 23.4 23.5 23.5 23.6 23.6 23.7 23.8 23.8 23.9 24 24.1 24.1 24.2 24.2 24.3 24.4 24.4 24.8

Copy link
Contributor

Performance Comparison Report 📊 (11/13)

Meaningless Changes To Duration (10/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Chat opening (CPU) Baseline
Mean: 165.231 %
Stdev: 3.559 % (2.2%)
Runs: 157.65281152593576 158.5155984865083 158.73478054007427 158.97245939089686 159.16871951345578 159.52641378520673 161.43816434994548 161.77937842248875 161.80314066011348 162.18409821487978 162.25683317299502 162.74872838366989 162.9350076334199 163.08312004972507 163.2074333531508 163.75139451175485 163.76304855361104 163.80337358042425 163.83785091499374 163.97958868956925 164.0882356898916 164.0915846595658 164.30484956230364 164.82683927885103 164.98786795484276 165.16081579202776 165.39868002194245 165.44362377382328 165.63321059462027 165.8980307957506 166.14783558765012 166.16335625729596 166.60994981577372 166.62844637316934 166.64312728568106 166.7136420787281 166.78757343261103 166.8262344202983 167.05417727436318 167.10954905800318 167.34289411108895 167.43357726653952 167.45512244763563 167.5191601346809 167.8959388690263 167.99110218500948 168.02391030438076 168.9946872666664 169.28402583788417 171.17710237131672 171.36332518311207 171.49978071604409 173.07736052130446 173.73165532314138

Current
Mean: 164.778 %
Stdev: 4.727 % (2.9%)
Runs: 155.56351386960588 157.78861027944117 157.87551753349905 158.0953603338967 158.4646008205124 158.49310629018382 158.70179162215555 159.57247707798646 160.15962128869387 160.53795318623366 160.7385821628291 160.7577698990475 160.85283219614664 161.06446551958163 161.12172088413564 161.19069157256578 161.33285342094806 161.54110484079308 161.84973251167548 161.9541941918621 162.16087339854897 162.7023036739166 163.02814952935287 163.17145752002926 163.4874878280022 163.48820468492983 163.51393592382718 163.68346451276503 163.72373186941624 164.18657116839157 164.29185813645302 164.575149934066 164.6336094167625 164.68681729927374 164.69238759214875 164.72025509577145 165.20081361600342 165.4148354061596 165.48205314690256 166.1667262145239 166.5838953263955 166.92362200076525 167.15397776511062 167.21990697644827 167.57974511220846 168.79362182120443 168.810968773466 168.99631665425574 169.2733201534161 169.44470429590518 169.67949565719928 170.01188807721996 171.18279318230694 171.47811562663546 171.6323597992615 171.6797367019829 172.14206544466086 174.72394632663318 174.7710929869001 177.92391944095
Chat opening (FPS) Baseline
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Current
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60
Chat opening (RAM) Baseline
Mean: 376.921 MB
Stdev: 7.174 MB (1.9%)
Runs: 361.513671875 363.15234375 364.1705729166667 364.548828125 366.70145089285717 366.88359375 368.78794642857144 369.3268229166667 369.6067708333333 370.42801339285717 371.40859375 371.7063802083333 371.92431640625 372.04638671875 372.85498046875 373.31396484375 373.47021484375 373.6796875 373.72607421875 373.7548828125 373.7783203125 374.1044921875 374.6201171875 374.8876953125 374.9485677083333 375.59609375 375.8328125 375.86767578125 375.9736328125 376.00390625 376.1354166666667 376.2490234375 376.396484375 376.3974609375 377.1390625 377.1669921875 377.9861111111111 378.0390625 378.54129464285717 378.55946180555554 378.5927734375 378.76215277777777 379.2135416666667 379.24441964285717 379.4665798611111 381.375 381.8359375 383.29736328125 383.3873697916667 384.510546875 385.2890625 386.4248046875 386.490234375 387.376953125 387.8955078125 388.5693359375 388.60302734375 392.19921875 392.62388392857144 392.8919270833333

Current
Mean: 377.497 MB
Stdev: 8.308 MB (2.2%)
Runs: 363.2740885416667 364.7265625 365.66908482142856 366.16796875 366.2467447916667 367.334375 367.4681919642857 367.802734375 368.203125 369.5123697916667 369.85859375 370.35546875 370.44091796875 370.94375 371.2845982142857 371.44140625 371.44921875 371.8330078125 371.8684895833333 372.72509765625 372.912109375 373.3232421875 373.3447265625 373.81082589285717 374.1119791666667 374.7760416666667 374.86279296875 375.1572265625 375.23095703125 375.8125 376.32470703125 376.8193359375 377.595703125 378.3841145833333 378.4306640625 378.5546875 378.80121527777777 379.27430555555554 379.8967013888889 380.0364583333333 380.96918402777777 381.09418402777777 381.2314453125 381.87265625 383.641015625 384.016796875 384.22265625 384.6647135416667 385.71484375 386.203125 387.326171875 387.43310546875 387.69580078125 388.8046875 389.15234375 389.71044921875 391.0322265625 391.7903645833333 394.38950892857144 402.7861328125

Copy link
Contributor

Performance Comparison Report 📊 (12/13)

Meaningless Changes To Duration (11/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Chat opening (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Chat opening (CPU/UI) Baseline
Mean: 34.334 %
Stdev: 1.927 % (5.6%)
Runs: 30.9 31.5 31.6 31.8 31.8 31.9 32 32.1 32.1 32.3 32.4 32.5 32.5 32.6 32.8 33 33 33.1 33.2 33.2 33.6 33.6 33.6 33.7 33.7 33.8 33.8 34.1 34.2 34.2 34.3 34.3 34.3 34.4 34.6 34.6 34.7 34.7 34.9 35 35.1 35.2 35.4 35.5 35.7 35.8 36 36 36.3 36.4 36.5 36.6 36.9 36.9 37 37.3 37.6 39.2 39.9

Current
Mean: 34.468 %
Stdev: 2.278 % (6.6%)
Runs: 30.6 30.6 30.8 30.9 30.9 31.3 31.4 31.6 31.7 31.9 32.3 32.6 32.8 32.8 32.9 32.9 33.3 33.3 33.4 33.5 33.5 33.6 33.7 33.8 33.8 33.9 33.9 34 34.1 34.1 34.1 34.2 34.4 34.4 34.4 34.8 34.9 35.1 35.2 35.2 35.5 35.6 35.6 35.7 35.9 35.9 36.3 36.3 36.5 36.6 36.7 37.2 37.3 37.5 38 38.4 38.5 38.8 38.9 40.3
Money request - Open Manual Tracking Baseline
Mean: 209.896 ms
Stdev: 14.292 ms (6.8%)
Runs: 173.07710799574852 180.11535599827766 187.8520099967718 195.5244549959898 195.6046960055828 196.98889200389385 197.27294899523258 198.1832270026207 198.40214098989964 198.93302400410175 199.3710120022297 199.37975999712944 199.42016600072384 199.85445199906826 202.5290119946003 202.8032229989767 202.99833101034164 203.8975419998169 204.22558599710464 204.48624700307846 207.9628910124302 208.07438099384308 208.24682600796223 208.4106850028038 209.01517701148987 209.26672400534153 209.6727700084448 212.3988849967718 212.52832101285458 213.20450800657272 213.53190100193024 214.3326010107994 214.42309600114822 215.70178300142288 216.4869390130043 217.3350009918213 219.08162499964237 221.2185869961977 221.28340700268745 221.9610589891672 223.7433679997921 225.47660300135612 225.54931600391865 226.6562089920044 237.1000569909811 237.542480006814 237.58544899523258 246.3169360011816

Current
Mean: 206.254 ms
Stdev: 19.586 ms (9.5%)
Runs: 153.30025199055672 158.42032898962498 168.83561199903488 172.95064298808575 173.58544901013374 179.7796630114317 183.84688299894333 190.5060629993677 190.5735680013895 191.88346399366856 194.29569499194622 194.4979249984026 195.72440598905087 196.81595900654793 197.41625900566578 198.62121599912643 199.03857399523258 199.26025399565697 199.3486330062151 199.49283900856972 200.26017299294472 202.02347899973392 205.8614509999752 206.06229600310326 206.9482830017805 207.04292799532413 207.12475599348545 207.5139970034361 208.10721899569035 209.45760099589825 209.54292799532413 209.99613499641418 210.05814599990845 211.75048799812794 214.4532880038023 214.52392600476742 214.99283799529076 216.73913599550724 218.23339898884296 218.40926100313663 220.444296002388 222.5515950024128 223.73238100111485 226.98901399970055 227.17036999762058 227.35835799574852 227.74588999152184 229.0632320046425 230.0701910108328 233.7896730005741 238.37532599270344 242.12552900612354 244.7610269933939

Copy link
Contributor

Performance Comparison Report 📊 (13/13)

Meaningless Changes To Duration (12/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Money request - Open Contacts Baseline
Mean: 326.953 ms
Stdev: 12.105 ms (3.7%)
Runs: 286.98242200911045 296.2749029994011 313.9645999968052 314.0216879993677 316.96036799252033 317.1147459894419 317.39937299489975 317.45935100317 318.6812749952078 318.6951089948416 319.9677329957485 320.3402919918299 320.87272199988365 321.1617030054331 321.29874700307846 322.5933019965887 323.10929399728775 323.8369960039854 324.0079759955406 324.56388399004936 326.10103400051594 326.1464029997587 328.88615000247955 329.1711429953575 330.10498099029064 330.63761399686337 330.7290850132704 332.66353400051594 333.3114829957485 333.78352800011635 333.89717599749565 333.9792480021715 334.4203699976206 334.5480140000582 337.39481599628925 337.9479990005493 339.74418200552464 340.1866050064564 341.7573650032282 342.8898929953575 343.82482901215553 348.0684010088444 349.4750979989767

Current
Mean: 330.757 ms
Stdev: 10.811 ms (3.3%)
Runs: 311.56978400051594 315.033651009202 315.3878179937601 317.3436290025711 317.51688700914383 320.7203369885683 320.82987500727177 321.38317899405956 322.48445700109005 323.6135250031948 323.663614988327 323.94352200627327 324.22530099749565 325.04532900452614 325.2618819922209 325.28031499683857 325.3534750044346 325.5283209979534 325.7078039944172 325.9341640025377 325.95519998669624 326.1585689932108 327.61629301309586 327.6804199963808 328.08333300054073 328.49108900129795 331.9878330081701 332.314331009984 333.3877360075712 333.60917100310326 334.7744549959898 335.1915290057659 336.052164003253 336.1640630066395 336.41666699945927 337.3899740129709 338.42871099710464 339.89290399849415 340.0371500104666 342.53544199466705 344.54695700109005 344.8800460100174 344.9323730021715 353.8016360104084 354.9120690077543 363.76525899767876
Money request (CPU) Baseline
Mean: 185.296 %
Stdev: 8.938 % (4.8%)
Runs: 169.23787198232912 169.59226659780114 169.67416291763465 171.99040261905296 173.62088909973042 173.70972563928737 174.71103819031256 174.93287455180513 175.45677667476315 175.8169633773412 176.0241903993947 176.2799292144563 177.16039760672476 177.96950624942036 178.3818812727893 178.4584095075476 178.69697738907746 180.0350008088198 180.69073803593454 181.57305524374235 182.03623471775757 182.07083366261898 182.2528380865685 182.54746846032722 182.85775251267012 183.04537606422485 183.97907614039784 184.3047639463176 184.37096491778644 184.4936068938226 184.86336944079943 185.14046173645454 185.1614834937181 185.4776619749054 185.62903057836567 185.7481501213145 185.8439583934241 186.78770140338565 187.3281069562886 187.4101560789192 187.86675062733056 188.11364961287725 190.38578451375997 191.11399625109024 191.61640185401478 191.87515624482975 192.45192071335143 193.76470266596021 193.94068955304007 194.7057756223805 195.00225056514282 195.31933187528682 197.36485557999248 197.75357999831795 198.0274051507773 198.03222646616913 202.29840517213242 202.62844864500886 203.59534828470967 206.51627269109414

Current
Mean: 183.149 %
Stdev: 6.902 % (3.8%)
Runs: 168.01680735082226 171.04339334613735 171.9629007568292 172.59900602672988 173.0849288933166 173.95024595427654 174.18081027449566 174.56426946472092 174.68052295270576 174.9614742997693 176.61332798872368 177.47406537977255 177.92240818915056 178.40122267551988 178.60241225957392 178.89807389955837 179.00086355096826 179.38079978661509 179.7341300464151 180.33929764869671 180.65192010157872 181.3651428686823 181.49121281031083 181.62017564361136 181.7599680279318 181.76336179332404 181.81989026863508 181.8525123993444 181.919710943184 182.41405277791392 182.47425297866425 182.58263947163326 182.74186372471445 183.02155213842676 183.20122767272548 183.60803446694442 183.65596057647718 184.10473491354904 185.37263179502142 185.70268887833572 186.7383393008244 186.9982297195849 187.13378637935452 187.30935100229075 187.38067345859236 187.63169925071162 187.8686185904315 188.68409408545702 189.55618502408382 189.8265340999478 189.86713811823228 190.4280321359134 191.71799950260038 193.2373027739613 193.67823626785244 194.7246922586542 195.60388890592694 196.81957026348687 197.0147026583401 198.15982881741945
Money request (FPS) Baseline
Mean: 58.587 FPS
Stdev: 0.887 FPS (1.5%)
Runs: 56.83841708592461 57.21295742605877 57.23617749870141 57.40617280265972 57.41886301164091 57.42436149506864 57.442516392888 57.46120115292208 57.505431083573875 57.553582197188526 57.59782641303687 57.6880952639935 57.77700812304884 57.84421826191476 57.88002834246737 57.90164046987625 58.0232653229505 58.057023300092844 58.074119596660296 58.074466727493835 58.1330703612575 58.143326631543864 58.2472026420584 58.3034725630886 58.36907691349034 58.44065267417118 58.458544563546305 58.45930410953295 58.48093572092676 58.48499934061465 58.59426577936549 58.595772523304795 58.636812794876484 58.650024450659046 58.761959971151256 58.764345018404846 58.80923453729619 58.837630543072095 58.926531261371224 58.929580676305086 58.95982194186075 58.970554036093816 58.995219508148345 59.017798081575926 59.050107624623706 59.38265117149742 59.56456230457952 59.6358839243034 59.83358095711485 59.84576367578789 59.95205951001859 60 60 60 60 60 60 60 60

Current
Mean: 58.850 FPS
Stdev: 0.850 FPS (1.4%)
Runs: 57.05788467220259 57.16093666218283 57.3247334713132 57.48108165487836 57.52100165938483 57.539367463876786 57.60855554935455 57.62409022692009 57.65389804316023 57.85642201949823 57.972141645361894 58.042216965504416 58.05356946734655 58.15027790565225 58.27669271048911 58.348813455911944 58.36683554234503 58.4693665976966 58.47703137116573 58.51630071559222 58.52889219833227 58.54983190795129 58.577904793236385 58.625049376270205 58.69785567377903 58.81567319218025 58.82344819039505 58.91654619309667 58.94041726858334 58.94487677303387 58.97882339316956 59.13772563659691 59.14102248019458 59.14424604676185 59.15401937801111 59.1629086473927 59.185618652236435 59.19464209905903 59.21221663844226 59.31026948614619 59.343711004019774 59.49769380255984 59.61814641224515 59.69771542538413 59.7529465737445 59.783470722923404 59.80350203203722 59.843147351551416 59.85820978676916 59.87337036372237 59.877934941352315 59.88144376940176 59.926255273722774 60 60 60 60 60
Money request (RAM) Baseline
Mean: 425.844 MB
Stdev: 9.790 MB (2.3%)
Runs: 407.7919921875 408.59659090909093 409.335546875 409.6448863636364 410.42116477272725 411.27734375 411.9729817708333 412.67436079545456 417.2998046875 419.09268465909093 419.34609375 419.5017755681818 419.81336805555554 420.15767045454544 420.4083806818182 420.526953125 420.67471590909093 421.1930338541667 421.82670454545456 422.671875 422.6875 422.90482954545456 422.9332386363636 423.6150568181818 423.6424005681818 423.88920454545456 423.97514204545456 424.06640625 424.06884765625 424.09126420454544 424.1416015625 424.17258522727275 424.7375 425.68075284090907 426.34055397727275 427.31143465909093 427.78018465909093 428.34872159090907 428.5634765625 429.26060267857144 429.70063920454544 429.81640625 430.6549479166667 430.84486607142856 431.07670454545456 432.90771484375 434.2230113636364 434.646484375 434.83309659090907 436.291015625 437.8359375 439.30326704545456 440.737109375 443.35262784090907 443.54443359375 444.90576171875 448.15185546875 449.69810267857144

Current
Mean: 425.122 MB
Stdev: 10.178 MB (2.4%)
Runs: 410.4396306818182 410.79438920454544 411.36221590909093 411.5289713541667 411.74289772727275 412.39133522727275 412.6097301136364 412.618359375 412.8941761363636 414.5330255681818 415.125 415.1380208333333 415.180078125 415.2819010416667 415.306640625 415.97265625 416.3845880681818 417.78622159090907 418.79936079545456 419.10617897727275 420.9417613636364 420.9762073863636 421.12543402777777 421.21377840909093 421.4279119318182 421.4431818181818 422.36865234375 422.90731534090907 423.6663411458333 424.4666193181818 424.80301339285717 424.93892045454544 425.478515625 425.59809027777777 426.34694602272725 426.46533203125 426.4716796875 426.91157670454544 428.0862630208333 428.21316964285717 428.509765625 428.78862847222223 428.98970170454544 430.6770833333333 431.47762784090907 431.87611607142856 432.7356770833333 433.1487926136364 433.50502232142856 434.442578125 436.22021484375 436.922265625 438.129296875 441.50887784090907 441.51904296875 444.56875 445.91264204545456 446.1775568181818 446.26491477272725 447.07137784090907
Money request (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Money request (CPU/UI) Baseline
Mean: 44.752 %
Stdev: 2.970 % (6.6%)
Runs: 38.9 40.8 41.1 41.1 41.1 41.4 41.5 41.7 41.8 42.1 42.1 42.2 42.3 42.4 42.8 43.2 43.2 43.3 43.3 43.4 43.4 43.6 43.8 43.8 44 44.2 44.3 44.3 44.4 44.4 44.5 44.6 44.7 44.8 45.1 45.1 45.1 45.2 45.4 45.5 45.6 45.8 45.9 46.3 46.4 46.5 47.2 47.9 48.6 49.4 49.4 51.1 51.2 51.5 51.5 51.9

Current
Mean: 44.582 %
Stdev: 2.247 % (5.0%)
Runs: 40.8 41 41.3 41.9 41.9 42.1 42.2 42.2 42.4 42.5 42.6 42.6 42.8 42.8 42.8 42.9 42.9 42.9 43.2 43.2 43.3 43.5 43.5 43.6 43.7 43.8 43.8 43.8 44.1 44.3 44.4 44.5 44.5 44.6 44.7 44.7 44.7 44.8 44.9 45.2 45.2 45.4 45.4 45.5 45.9 46.4 46.5 46.6 46.6 46.7 47 47.1 47.3 47.5 47.5 47.8 47.8 49.5 50.3 51.5
Money request - Open Create Baseline
Mean: 183.328 ms
Stdev: 3.825 ms (2.1%)
Runs: 176.9261469990015 178.23303200304508 178.60339400172234 178.604370996356 178.79463700950146 179.04695600271225 179.19364400207996 179.3096919953823 179.87369799613953 179.94925899803638 180.3297529965639 180.34069800376892 180.34204199910164 180.65397100150585 180.80086301267147 180.98848401010036 181.89864100515842 181.934813991189 182.05875699222088 182.18241399526596 182.8034669905901 182.9818930029869 183.00187200307846 183.04712000489235 183.23811800777912 183.75586000084877 184.57222500443459 184.66019700467587 184.98339900374413 185.1356199979782 185.26981599628925 185.720866009593 185.81807500123978 186.59175600111485 186.95450800657272 187.53064000606537 187.86901900172234 187.98234099149704 188.20682801306248 188.48677599430084 188.8987219929695 192.39290399849415 193.1316320002079

Current
Mean: 183.411 ms
Stdev: 4.743 ms (2.6%)
Runs: 169.00101700425148 177.56119799613953 178.06156399846077 178.22062200307846 178.22465001046658 178.91369599103928 178.9617110043764 179.07844999432564 179.31184899806976 179.37756399810314 179.43249501287937 179.86307799816132 181.02091500163078 181.06998699903488 181.21516899764538 182.49361100792885 182.64156100153923 182.74401900172234 182.9734710007906 183.25012300908566 183.34680201113224 183.36014899611473 183.36198000609875 183.66011500358582 183.69722500443459 184.11897799372673 184.25036598742008 184.40246599912643 184.48059099912643 184.92106099426746 185.3413899987936 185.3498129993677 185.49344900250435 185.85221399366856 186.17207899689674 187.59574399888515 188.86694300174713 188.89615899324417 189.13008600473404 190.64709401130676 191.30216500163078 193.33337399363518 195.6637780070305

Copy link
Contributor

Performance Comparison Report 📊 (2/13)

Meaningless Changes To Duration (1/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
App start time nativeLaunchEnd_To_appCreationStart Baseline
Mean: 92.567 ms
Stdev: 12.200 ms (13.2%)
Runs: 73 73 74 75 78 79 79 80 80 80 80 81 81 81 83 84 84 84 85 85 85 86 86 86 87 88 90 90 90 91 91 92 93 93 93 93 93 94 95 96 98 99 99 99 100 103 104 105 105 106 106 109 110 110 110 110 111 115 120 124

Current
Mean: 91.500 ms
Stdev: 13.380 ms (14.6%)
Runs: 67 69 69 71 72 73 76 76 78 78 79 80 80 80 81 81 82 82 84 84 84 85 86 87 87 87 87 87 89 90 91 92 92 93 94 94 95 97 97 97 98 100 101 101 101 101 102 103 104 104 105 105 106 108 111 111 116 116 119 125
App start time nativeLaunch Baseline
Mean: 29.233 ms
Stdev: 4.299 ms (14.7%)
Runs: 22 23 24 24 24 25 25 25 25 25 25 25 26 26 26 26 26 26 27 27 27 27 27 27 27 28 28 28 28 28 28 29 29 29 29 29 29 29 29 30 30 30 30 31 31 32 32 34 34 34 35 35 36 36 37 37 37 37 39 40

Current
Mean: 29.000 ms
Stdev: 4.148 ms (14.3%)
Runs: 21 21 22 24 24 25 25 25 25 25 25 25 25 26 26 26 26 27 27 27 27 28 28 28 28 28 28 28 28 29 29 29 29 29 30 30 30 30 30 30 30 31 31 31 31 32 32 33 33 33 34 34 34 36 37 38 38 41
App start time appCreationEnd_To_contentAppeared Baseline
Mean: 538.650 ms
Stdev: 70.891 ms (13.2%)
Runs: 400 411 440 440 442 446 447 456 460 463 463 472 473 478 479 481 483 491 493 493 503 503 510 517 518 519 522 525 526 527 530 533 535 540 541 544 554 557 565 571 580 583 589 593 595 612 615 617 617 619 625 625 629 632 635 640 643 658 676 685

Current
Mean: 538.900 ms
Stdev: 63.780 ms (11.8%)
Runs: 414 415 416 427 436 448 455 466 478 480 486 487 488 488 489 489 489 492 501 503 504 506 511 512 516 519 522 534 536 536 543 546 550 559 559 561 564 565 566 567 567 567 586 586 591 595 601 603 605 607 614 615 616 627 627 628 629 637 643 667

Copy link
Contributor

Performance Comparison Report 📊 (3/13)

Meaningless Changes To Duration (2/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
App start time appCreation Baseline
Mean: 80.133 ms
Stdev: 11.845 ms (14.8%)
Runs: 54 61 61 62 64 65 65 66 67 67 68 69 70 70 71 73 73 74 74 74 74 75 75 75 75 76 77 78 78 78 79 82 82 82 83 83 84 84 85 85 85 86 88 89 89 90 90 91 91 91 92 92 94 96 96 98 99 100 100 113

Current
Mean: 79.883 ms
Stdev: 12.260 ms (15.3%)
Runs: 57 61 62 62 62 64 65 66 67 67 68 70 70 71 71 71 71 71 72 72 73 74 74 75 75 75 77 77 77 78 78 78 79 79 80 83 83 83 84 84 85 86 86 88 90 91 91 92 93 93 94 94 95 95 95 96 104 105 106 108
App start time contentAppeared_To_screenTTI Baseline
Mean: 926.016 ms
Stdev: 265.092 ms (28.6%)
Runs: 542.8662379980087 592.2375959977508 594.5998219996691 595.5073510035872 598.9247260019183 601.7403900027275 602.2752749994397 605.762474000454 606.1651410013437 619.2872480005026 628.0858130007982 629.1913959980011 631.2039029970765 632.4877780005336 640.5397809967399 656.2108919993043 661.3299729973078 661.8115779981017 663.9997280016541 664.9713060036302 672.8874690011144 682.0168339982629 685.7650389969349 712.2487990036607 712.5886100009084 721.653751000762 777.1528400033712 998.8306490033865 1022.8128850013018 1027.27893999964 1056.2144069969654 1073.7626840025187 1074.9637039974332 1076.5198879987001 1086.8364790007472 1092.559160001576 1106.8695039972663 1116.2087759971619 1116.3889880031347 1126.7295439988375 1135.5329200029373 1148.072921000421 1150.2402900010347 1155.2835810035467 1160.6465699970722 1161.1638180017471 1164.1174380034208 1164.537551999092 1171.2136230021715 1182.010328002274 1186.984162002802 1193.2326470017433 1207.514447003603 1212.2314329966903 1231.227637000382 1238.407973997295 1308.7798459976912 1329.8916369974613 1334.7662680000067 1355.5957669988275

Current
Mean: 892.276 ms
Stdev: 284.183 ms (31.8%)
Runs: 500.9309900030494 522.7566850036383 527.9453630000353 564.8296480029821 576.2268960028887 602.1194820031524 603.5224649980664 604.6168539971113 606.6929059997201 618.0880960002542 623.7768729999661 632.1161900013685 638.0303739979863 639.3518280014396 640.6742329970002 644.6115989983082 654.1392429992557 655.9838519990444 656.694351002574 669.9388360008597 675.4856029972434 676.9462810009718 677.2651939988136 678.2947319969535 683.1317119970918 689.2888320013881 691.9811019971967 692.1914770007133 702.3279580026865 703.0678019970655 716.06364300102 734.0609589964151 745.3984839990735 1056.0960140004754 1063.7077919989824 1085.4463199973106 1100.1207600012422 1113.9907940030098 1116.1592570021749 1125.3414580002427 1140.4748480021954 1140.7965779975057 1143.0635569989681 1143.6991500034928 1153.3810629993677 1154.7118560001254 1155.957772001624 1174.0912709981203 1233.4995729997754 1244.1847290024161 1249.981992997229 1254.5583740025759 1258.5783130005002 1268.1024269983172 1284.465952001512 1285.9943379983306 1300.4529590010643 1321.039989002049 1339.5654110014439 1380.5734750032425
App start time TTI Baseline
Mean: 1666.599 ms
Stdev: 288.821 ms (17.3%)
Runs: 1137.8662379980087 1248.2039029970765 1278.7403900027275 1290.2375959977508 1297.9247260019183 1307.9713060036302 1322.762474000454 1323.1651410013437 1334.2872480005026 1337.5073510035872 1349.0168339982629 1353.765038996935 1365.9997280016541 1372.599821999669 1383.5397809967399 1396.8874690011144 1399.3299729973078 1424.8115779981017 1426.0858130007982 1460.2752749994397 1466.4877780005336 1474.653751000762 1477.1528400033712 1490.2108919993043 1491.191395998001 1496.5886100009084 1551.2487990036607 1657.7626840025187 1684.2144069969654 1691.9637039974332 1707.8364790007472 1709.27893999964 1719.5198879987001 1719.8306490033865 1744.2087759971619 1778.8695039972663 1785.3889880031347 1798.2402900010347 1798.559160001576 1828.8128850013018 1842.537551999092 1922.514447003603 1924.2326470017433 1928.227637000382 1931.2314329966903 1945.5329200029373 1951.010328002274 1952.1174380034208 1967.7295439988375 1987.407973997295 1996.1638180017471 2006.6465699970722 2014.072921000421 2032.2136230021715 2041.2835810035467 2047.984162002802 2113.7662680000067 2140.779845997691 2177.8916369974613 2189.5957669988275

Current
Mean: 1632.126 ms
Stdev: 318.118 ms (19.5%)
Runs: 1146.9309900030494 1189.0880960002542 1199.7566850036383 1216.9453630000353 1224.6742329970002 1259.69290599972 1261.5224649980664 1265.1161900013685 1265.2268960028887 1295.8296480029821 1298.9838519990444 1331.288832001388 1352.6168539971113 1368.1317119970918 1371.7768729999661 1374.1194820031524 1382.3279580026865 1399.2947319969535 1401.3518280014396 1407.1914770007133 1431.0678019970655 1433.2651939988136 1441.4856029972434 1451.3984839990735 1451.9388360008597 1466.9462810009718 1471.1392429992557 1478.694351002574 1481.0303739979863 1485.9811019971967 1493.6115989983082 1494.06364300102 1499.0609589964151 1646.7077919989824 1703.4463199973106 1704.1207600012422 1772.1592570021749 1800.0960140004754 1867.7118560001254 1881.9907940030098 1894.7965779975057 1915.6991500034928 1951.3414580002427 1954.1024269983172 1970.957772001624 1971.5783130005002 1971.981992997229 1973.1847290024161 1975.4748480021954 1975.4995729997754 1979.3810629993677 1994.0635569989681 2001.0912709981203 2002.465952001512 2128.9943379983306 2148.039989002049 2149.4529590010643 2155.558374002576 2159.565411001444 2186.5734750032425

Copy link
Contributor

Performance Comparison Report 📊 (4/13)

Meaningless Changes To Duration (3/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
App start time runJsBundle Baseline
Mean: 354.417 ms
Stdev: 35.148 ms (9.9%)
Runs: 285 285 301 301 306 306 309 309 311 311 317 317 317 317 319 319 322 322 322 322 324 324 324 324 329 329 330 330 330 330 330 330 331 331 331 331 334 334 334 334 335 335 337 337 337 337 337 337 341 341 341 341 342 342 342 342 344 344 346 346 347 347 347 347 348 348 349 349 349 349 350 350 354 354 361 361 364 364 365 365 367 367 371 371 372 372 373 373 384 384 386 386 387 387 392 392 392 392 392 392 393 393 396 396 397 397 398 398 399 399 403 403 405 405 405 405 449 449 462 462

Current
Mean: 350.300 ms
Stdev: 35.055 ms (10.0%)
Runs: 282 282 288 288 290 290 290 290 294 294 295 295 297 297 297 297 300 300 303 303 308 308 310 310 311 311 319 319 325 325 328 328 331 331 334 334 335 335 339 339 339 339 340 340 340 340 347 347 350 350 353 353 353 353 357 357 357 357 359 359 361 361 362 362 363 363 364 364 365 365 366 366 366 366 367 367 367 367 368 368 369 369 369 369 369 369 371 371 371 371 371 371 372 372 375 375 375 375 376 376 377 377 383 383 384 384 387 387 387 387 393 393 401 401 417 417 425 425 426 426
App start time regularAppStart Baseline
Mean: 0.022 ms
Stdev: 0.003 ms (14.6%)
Runs: 0.016968004405498505 0.017212003469467163 0.017333999276161194 0.017618000507354736 0.017740994691848755 0.017741002142429352 0.018147997558116913 0.018309995532035828 0.0186770036816597 0.018716998398303986 0.019042998552322388 0.019124001264572144 0.019286997616291046 0.01936899870634079 0.019694000482559204 0.020263999700546265 0.020507998764514923 0.02075199782848358 0.02091500163078308 0.02091500163078308 0.020997002720832825 0.021035999059677124 0.021118000149726868 0.02115900069475174 0.021241001784801483 0.021443001925945282 0.02144400030374527 0.02144400030374527 0.021646998822689056 0.021769002079963684 0.02185099571943283 0.021890997886657715 0.0220940038561821 0.022175997495651245 0.022419996559619904 0.022543005645275116 0.02278599888086319 0.02282699942588806 0.02331499755382538 0.02364099770784378 0.023722998797893524 0.023803003132343292 0.02392599731683731 0.02478000521659851 0.024983003735542297 0.025023996829986572 0.0253090038895607 0.026040993630886078 0.026245005428791046 0.026448994874954224 0.02644900232553482 0.02652999758720398 0.02669300138950348 0.027506999671459198 0.030191995203495026 0.0314129963517189

Current
Mean: 0.022 ms
Stdev: 0.003 ms (13.0%)
Runs: 0.01672399789094925 0.01721099764108658 0.01794400066137314 0.01810699701309204 0.01839199662208557 0.018880002200603485 0.01908399909734726 0.01944999396800995 0.01949000358581543 0.019571997225284576 0.02034500241279602 0.020385995507240295 0.020386002957820892 0.020507998764514923 0.020507998764514923 0.02063000202178955 0.020711004734039307 0.020913995802402496 0.020996004343032837 0.02115800231695175 0.02132200449705124 0.021525003015995026 0.0215659961104393 0.021605998277664185 0.021605998277664185 0.021606996655464172 0.021688006818294525 0.022176004946231842 0.022216998040676117 0.022257000207901 0.022583000361919403 0.022663995623588562 0.02270600199699402 0.022908002138137817 0.022909000515937805 0.02294900268316269 0.02307099848985672 0.023193001747131348 0.023193001747131348 0.023273997008800507 0.023478001356124878 0.02351900190114975 0.023559004068374634 0.02364099770784378 0.02416899800300598 0.024536006152629852 0.024658001959323883 0.024820998311042786 0.02490200102329254 0.025838002562522888 0.025918997824192047 0.025920003652572632 0.026530005037784576 0.027750998735427856 0.028279997408390045 0.028849996626377106 0.02893099933862686 0.030354999005794525
App start time (CPU) Baseline
Mean: 159.322 %
Stdev: 8.928 % (5.6%)
Runs: 142.30593661775816 143.50728082214823 143.9811772341893 144.735157188707 146.50242383001657 146.61824046499365 147.1146443009945 147.4002369811018 147.71713147410367 148.957671957672 149.69299033822645 150.43067998669565 150.49902052579498 151.25965077565488 152.42708959252053 153.45604958965114 153.76677808898117 154.56420492348641 155.03818940391739 155.28269027635844 155.39337745410563 156.480133968621 157.59945596735804 157.86957353222417 158.18876419251663 158.2534267395135 158.90741924669223 158.90893782263007 159.01952328553608 159.85408913064222 160.04994494258295 160.2531987817194 160.54668861969031 160.71713147410364 160.7294949013178 160.87792830049491 161.13067363657265 161.30983755810055 161.58408988474667 161.68525896414351 161.959998799746 162.79278528518657 163.72111553784868 164.0000627743928 164.2429746347754 166.03309807137532 167.05006527339168 167.4491518908557 167.54050464807432 168.45392224833864 169.091997548443 169.77673918175805 170.40821736249174 171.7484511813967 173.44164025947848 173.71407432247216 174.45047028068575 174.67423082109005 176.4271457085828 177.75412940617795

Current
Mean: 159.332 %
Stdev: 10.562 % (6.6%)
Runs: 138.34821440013397 143.52310455259655 144.57831325301206 144.76231746361253 145.08579868957128 146.52505843206728 146.68615984405457 147.3870818560197 147.90868715202518 148.45152151692946 148.8536870482143 149.11955244009718 149.46244293021644 150.19136966571978 150.8715672669687 151.14053589563318 151.21723790549228 151.40664853812257 152.28868955316466 152.8734144138748 153.3532887078272 153.72157641291025 153.75022411697915 154.4306670764021 154.99368087845633 155.45326153870747 155.77584551684546 156.43458925494105 156.5614512327364 160.34606336327045 160.3776775178402 160.53351464401882 160.605315684922 160.60769621539248 160.8359863223677 160.95139084933558 161.72703259401513 162.78895581618153 164.17723803630358 164.26453083704885 164.52041722061213 166.31237660991746 166.4364604125084 166.88028836051333 167.66882975134453 167.89430603271717 168.27682768276836 168.4474805862089 169.1886675936366 169.5302150056986 169.95493704440034 170.65630547118454 170.86168725655955 171.2428476380572 171.51024580421245 171.87385577011545 172.87952797720948 179.59945649306403 184.52380952380955 189.3092369477912

Copy link
Contributor

Performance Comparison Report 📊 (5/13)

Meaningless Changes To Duration (4/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
App start time (FPS) Baseline
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Current
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60
App start time (RAM) Baseline
Mean: 358.709 MB
Stdev: 8.246 MB (2.3%)
Runs: 341.2265625 341.642578125 343.8125 344.353515625 346.5455729166667 347.1041666666667 347.30859375 348.390625 349.58984375 350.0716145833333 351.4296875 353.01953125 353.57421875 353.5963541666667 353.9869791666667 354.05078125 354.171875 354.6380208333333 355.240234375 355.6197916666667 355.6783854166667 355.69921875 355.80078125 356.142578125 356.18359375 356.4674479166667 357.66796875 357.7109375 358.171875 358.51171875 359.0598958333333 360.123046875 360.2451171875 360.2942708333333 360.4482421875 360.5716145833333 361.5908203125 361.720703125 361.86328125 362.1669921875 362.2939453125 362.7369791666667 363.013671875 363.203125 363.5403645833333 364.1067708333333 365.2942708333333 365.6953125 366.203125 366.5924479166667 366.96484375 368.2900390625 369.4853515625 369.7955729166667 370.2578125 373.19140625 374.45703125 374.5807291666667 378.62109375

Current
Mean: 357.996 MB
Stdev: 9.108 MB (2.5%)
Runs: 336.185546875 340.48046875 340.55078125 343.60546875 346.8515625 347.9557291666667 347.95703125 348.59375 349.1184895833333 349.46484375 350.6497395833333 350.7057291666667 352.0677083333333 352.33203125 352.4931640625 352.6015625 352.689453125 352.90234375 353.39453125 353.3958333333333 353.8567708333333 353.9296875 354.0546875 354.1015625 354.849609375 354.974609375 355.0846354166667 355.216796875 356.6158854166667 356.658203125 356.712890625 357.001953125 358.1666666666667 358.4501953125 360.73046875 360.8450520833333 361.6015625 361.8291015625 362.9375 363.3502604166667 363.365234375 363.630859375 363.7353515625 364.0651041666667 364.2568359375 364.4033203125 364.6455078125 364.8033854166667 365.0439453125 365.1588541666667 365.4869791666667 368.8349609375 368.98046875 370.33203125 372.9895833333333 374.349609375 375.56640625 376.9479166666667 380.197265625
App start time (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Copy link
Contributor

Performance Comparison Report 📊 (6/13)

Meaningless Changes To Duration (5/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
App start time (CPU/UI) Baseline
Mean: 29.082 %
Stdev: 3.153 % (10.8%)
Runs: 22.7 24 24.1 24.6 24.7 24.7 25 25.1 25.5 26.1 26.5 26.6 26.7 26.7 26.7 26.7 27.9 28 28 28 28 28.1 28.1 28.4 28.6 28.9 29 29.2 29.2 29.3 29.3 29.4 29.4 29.8 29.9 30 30 30 30.1 30.3 30.5 30.7 31 31 31 31.1 31.5 31.7 31.9 32.6 32.6 35.3 35.5 36 36.1 36.8

Current
Mean: 30.715 %
Stdev: 4.671 % (15.2%)
Runs: 22.1 22.1 23.4 23.9 24 24.1 25.1 25.6 26.1 26.1 26.4 26.6 26.9 26.9 27 27 27.2 27.4 27.8 27.9 28 29.3 29.8 29.8 30 30.2 30.4 30.4 30.5 31 31 31 31.1 31.4 31.4 31.5 31.8 31.9 31.9 31.9 32 32.4 32.4 32.5 32.8 34.5 35.8 36 36.1 36.5 36.6 36.7 36.7 37.2 37.3 37.3 37.9 38.6 45
Open search router TTI Load Search Options Baseline
Mean: 185.385 ms
Stdev: 26.680 ms (14.4%)
Runs: 141.97147700190544 142.99410000443459 143.80065900087357 143.93017600476742 145.03588899970055 145.5549720004201 146.56245899945498 149.70109099894762 156.5115160048008 156.63614900410175 157.33357800543308 157.9078779965639 158.1492110043764 159.17032899707556 159.2990719974041 159.7383629977703 160.26481200009584 160.30476900190115 160.50199399888515 160.64302600175142 160.82527600228786 160.93636099994183 161.188069999218 161.89192800223827 162.73087500035763 178.83593699336052 201.22941099852324 201.6376549974084 201.9889319986105 202.0296630039811 202.26558399945498 202.4486899971962 203.53194199502468 205.0338950008154 205.2018230035901 205.30098500102758 205.41178400069475 205.7591149955988 206.00288899987936 206.1636149957776 206.55175799876451 206.81046500056982 207.3229580000043 207.4839269965887 207.70178300142288 208.0835779979825 208.2415769994259 208.57202199846506 208.64074700325727 209.20715299993753 209.46736700087786 209.68518000096083 210.00166900455952 210.0251870006323 211.1052239984274 212.69189500063658 213.42871100455523 214.20300299674273 223.2094720005989 224.25968400388956

Current
Mean: 186.169 ms
Stdev: 26.103 ms (14.0%)
Runs: 140.22151700407267 140.88395199924707 141.52750600129366 141.94600500166416 141.98913499712944 142.04329400509596 149.30562400072813 154.87597600370646 157.3099769949913 157.61311900615692 159.7452799975872 160.104044996202 160.18953400105238 160.22204600274563 160.34265200048685 160.87296500056982 161.26550299674273 161.64379899948835 163.9977619946003 166.40844700485468 169.0446369946003 169.15734899789095 170.1882730051875 172.40409399569035 177.30090299993753 181.92443900555372 201.2383629977703 201.33243799954653 201.43583200126886 201.6664220020175 202.39013700187206 202.89672899991274 203.88867200165987 204.00699900090694 204.08508399873972 204.12854099273682 204.18237300217152 204.29565399885178 204.44449900090694 204.54056800156832 204.56392399966717 204.90628999471664 206.1937250047922 206.1968999952078 206.37113499641418 207.4666749984026 207.4749750047922 208.30798300355673 208.52209500223398 209.3500979989767 209.41292300075293 209.42492599785328 213.18863900005817 213.86832699924707 214.50406900048256 215.99003099650145 219.015909999609 225.07189899683 227.0807700008154
Open search router TTI Open Search Router TTI Baseline
Mean: 1778.247 ms
Stdev: 271.115 ms (15.2%)
Runs: 1145.8396010026336 1154.3218189999461 1172.2906910032034 1190.5543219968677 1194.0530610010028 1219.3031819984317 1261.420248001814 1268.5522880032659 1272.7827959954739 1273.73445700109 1278.8207200020552 1284.320353999734 1288.054972998798 1288.6132009997964 1292.8595789968967 1293.0088309943676 1306.1781009957194 1308.0076919943094 1321.299072995782 1326.2881679981947 1335.6267510056496 1348.7904059961438 1353.915771998465 1359.4119070023298 1367.350790001452 1378.4406339973211 1379.0747079998255 1389.960206001997 1391.1746840029955 1397.3634859994054 1398.0507410019636 1401.6049000024796 1404.7222099974751 1405.2971609979868 1408.8764650002122 1412.9097089990973 1412.9097089990973 1415.3288580030203 1416.595500998199 1424.3788259997964 1425.197347998619 1426.9160169959068 1436.9347750023007 1439.9243170022964 1444.513551004231 1451.1864020004869 1452.7399910017848 1454.8472900018096 1458.4213059991598 1459.9030359983444 1462.9130869954824 1465.753947995603 1470.563069999218 1472.5651869997382 1472.5651869997382 1474.9016520008445 1474.9016520008445 1487.1609700024128 1487.9600430056453 1489.7002369984984 1489.8026529997587 1490.8009039983153 1493.9944659993052 1494.7179370000958 1496.8930670022964 1497.970744997263 1498.8703209981322 1503.5611170008779 1504.980876006186 1505.7750659957528 1506.0084640011191 1509.1841229945421 1509.444173000753 1510.343547001481 1512.5878500044346 1515.2036140039563 1516.275960996747 1519.5412190034986 1522.0847989991307 1522.0947270020843 1522.4451500028372 1525.4744879975915 1529.592490002513 1530.515951000154 1530.7945150062442 1531.72636000067 1531.7391359955072 1531.9077969938517 1538.6883560046554 1539.4590659961104 1540.4576020017266 1540.9281419962645 1541.5669360011816 1541.9276129975915 1541.9276129975915 1545.1792810037732 1546.6408700048923 1547.4519049972296 1550.6244309991598 1551.875326000154 1552.6922609955072 1552.7984220013022 1553.3712169975042 1554.0107019990683 1556.064494997263 1560.4409589990973 1561.430867999792 1561.886393994093 1562.2432459965348 1562.3319099992514 1562.3435069993138 1562.6916109994054 1565.5149739980698 1565.890096001327 1570.227458000183 1571.0414640009403 1572.207560993731 1574.9778659939766 1575.5754410028458 1576.7055670022964 1578.5185560062528 1579.9697269946337 1580.0716559961438 1580.4342459961772 1582.5129799991846 1586.4177659973502 1588.6405849978328 1590.9181730002165 1591.6647140011191 1592.1364749968052 1592.1364749968052 1592.6966570019722 1595.57002799958 1600.4289149940014 1601.036419004202 1602.4520270004869 1603.0217700004578 1603.0970060005784 1603.2814129963517 1603.5209150016308 1607.1150729954243 1607.6647550016642 1612.1352959945798 1614.6305750012398 1617.5252690017223 1617.5943209975958 1620.2357190027833 1621.2459730058908 1621.5931809991598 1625.102986998856 1630.092490002513 1631.8007009997964 1632.0973730012774 1633.0718999952078 1633.4344490021467 1635.8987230062485 1641.9305429980159 1642.2786459997296 1643.3980729952455 1644.9092220067978 1645.2587090060115 1645.9180919975042 1649.8742280006409 1651.3896899968386 1651.5657970011234 1654.2624929994345 1654.376263000071 1657.5422779992223 1659.9824629947543 1660.2397880032659 1662.9251310005784 1664.7156179994345 1664.9518239945173 1666.7655849978328 1670.0261650010943 1670.2797049954534 1670.5125339999795 1670.929200001061 1672.805339999497 1677.6465670019388 1678.2346609979868 1678.358400002122 1679.82206299901 1686.160035006702 1686.2922370061278 1687.103353999555 1689.9056000038981 1697.5441500023007 1723.1371669992805 1725.102499999106 1733.6230069994926 1733.6230069994926 1736.5459809973836 1739.8336189985275 1742.808797992766 1754.5445969998837 1755.369628995657 1758.287517003715 1758.5868740007281 1763.1584070026875 1767.2390960007906 1769.9024259969592 1776.0471199974418 1777.2905689999461 1787.2715260013938 1789.3162439987063 1789.3162439987063 1793.7281090021133 1797.126953996718 1802.366617999971 1802.7022309973836 1806.1559249982238 1806.2585459947586 1810.3886720016599 1813.0863450020552 1815.625610999763 1817.8708510026336 1822.2847900018096 1823.534342996776 1829.234944999218 1830.9267180040479 1830.9776619970798 1835.8854990005493 1837.1833499968052 1839.3310139998794 1842.494263999164 1845.3725589960814 1848.1492929980159 1848.1492929980159 1850.2885749936104 1854.57959099859 1856.6095389947295 1856.6310639977455 1864.2279469966888 1868.9422210007906 1872.061768002808 1883.6546240001917 1891.3927009999752 1891.3927009999752 1896.1829030066729 1896.8324389979243 1897.0337740033865 1897.34391400218 1897.8980309963226 1906.5426039993763 1906.873373001814 1909.094930998981 1910.407674998045 1910.407674998045 1911.8077000007033 1916.0430099964142 1919.0940360054374 1919.2873550057411 1920.5986739993095 1923.5634770020843 1927.1567799970508 1927.1567799970508 1929.1360689997673 1929.46696100384 1929.497315004468 1929.9420170038939 1933.3116059973836 1935.4176850020885 1935.6687019988894 1937.4441739991307 1937.8590509966016 1940.2334399968386 1942.3916020020843 1943.4037690013647 1945.1520190015435 1948.741456001997 1949.1077069938183 1950.6000579968095 1953.4826669991016 1954.850261002779 1957.2838549986482 1958.8782970011234 1961.9714369997382 1964.981772005558 1970.0461840033531 1970.3554689958692 1973.1422130018473 1977.5430509969592 1982.5961520001292 1982.7675389945507 1982.9530449956656 1983.6610520035028 1987.945638999343 1988.858156003058 1989.7330330014229 1991.1592210009694 1991.6117759943008 1992.5054939985275 1994.3975430056453 1997.3260099962354 1998.0697439983487 1999.124269001186 2000.48453900218 2001.327637001872 2003.894613996148 2006.3345139995217 2009.1693940013647 2011.1774910017848 2011.4220789968967 2012.8258069977164 2015.2991949990392 2019.4048679992557 2019.882284000516 2020.132569000125 2023.5529389977455 2024.5590019971132 2025.1803800016642 2026.7901209965348 2026.7901209965348 2029.447103999555 2029.8133559972048 2030.0409349948168 2033.444866001606 2035.3885919973254 2036.9147549942136 2038.5543229952455 2041.287599004805 2041.5442309975624 2047.1462819948792 2049.02592099458 2049.127767995 2050.8367119953036 2053.915040001273 2057.7667249962687 2057.7727469950914 2058.5605480000377 2059.6293549984694 2060.0632739961147 2061.26180100441 2062.8976249992847 2066.822388999164 2067.687297999859 2072.1575120016932 2072.336466997862 2073.3194589987397 2073.3194589987397 2075.0980639979243 2081.259481996298 2083.4830739945173 2085.010661996901 2085.010661996901 2085.9663499966264 2085.9663499966264 2087.2293720021844 2090.424805998802 2092.297242000699 2094.3579929992557 2096.784994997084 2100.7490239962935 2103.7790939956903 2104.827475003898 2105.3435879945755 2108.0529389977455 2110.7449150010943 2111.964030995965 2112.0976580008864 2115.1156829968095 2117.6708579957485 2118.6132420003414 2120.4543070048094 2123.1215829998255 2125.9662280008197 2126.843955002725 2130.1469329968095 2130.3797620013356 2136.5844329968095 2137.613851994276 2138.340334005654 2139.221354998648 2141.054811000824 2145.156984001398 2146.227622002363 2148.69641199708 2148.69641199708 2149.7634689956903 2153.267944999039 2154.0751560032368 2158.341635003686 2159.196940995753 2159.861287996173 2159.861287996173 2165.971152000129 2168.960450001061 2170.293620996177 2171.423014998436 2172.44930100441 2175.140707999468 2177.5688079968095 2181.3258069977164 2181.43766400218 2181.94632999599 2185.38875400275 2185.7849939987063 2193.8212489932775 2193.8212489932775 2194.2232669964433 2197.6489269956946 2202.4559330046177 2207.5643730014563 2209.7100430056453 2215.4600029960275 2217.241212002933 2223.6388359963894 2226.51245200634 2228.859375998378 2231.7791349962354 2243.9796560034156

Current
Mean: 1769.090 ms
Stdev: 258.916 ms (14.6%)
Runs: 1142.6347259953618 1145.325114004314 1151.5577400028706 1158.6518969982862 1163.8575039952993 1179.4507239982486 1202.2678230032325 1262.7191979959607 1272.9088139981031 1278.416544996202 1284.781088002026 1291.010620996356 1300.8574639931321 1305.6380620002747 1311.7596030011773 1322.3800050020218 1327.5029300004244 1331.5804449990392 1333.2714850008488 1333.2714850008488 1338.5172940045595 1352.4587399959564 1352.543661005795 1355.545615002513 1357.3247890025377 1357.8258469998837 1364.1863199993968 1367.2934990003705 1367.4651290029287 1370.7985440045595 1371.8084720000625 1372.7650160044432 1378.6712649986148 1383.1313079968095 1385.7960620000958 1387.1487640067935 1387.2615979984403 1387.5258800014853 1391.6723230034113 1394.6487630009651 1401.507569000125 1402.0225429981947 1402.9203290045261 1403.7197679951787 1406.8166510015726 1410.1696790009737 1411.3409020006657 1411.353353999555 1418.9772140011191 1419.4782319962978 1420.5804449990392 1425.4044600054622 1427.1770029962063 1428.43432700634 1428.43432700634 1428.4630540013313 1428.6885590031743 1433.3849290013313 1435.11698500067 1435.8115649968386 1439.2071949988604 1443.6165369972587 1445.1548670008779 1445.4999199956656 1450.0041920021176 1450.0211189985275 1452.5068369954824 1452.6894540041685 1461.7579350024462 1462.5987149998546 1467.5320240035653 1467.5855309963226 1468.681722998619 1473.8520520031452 1482.3696300014853 1482.4872239977121 1483.5266120061278 1486.629273995757 1490.228556998074 1490.4858400002122 1491.764893002808 1491.836020000279 1499.7239999994636 1499.7239999994636 1502.986328996718 1503.8335379958153 1504.6791189983487 1505.9147139936686 1507.14070700109 1508.946208000183 1510.236328996718 1510.597900994122 1511.788208000362 1519.0470789968967 1520.2956549972296 1521.7213959991932 1522.0090750008821 1528.9886889979243 1529.5641690045595 1529.6938889995217 1529.6938889995217 1531.4792080000043 1532.2463790029287 1534.429728999734 1534.8717039972544 1537.7419849932194 1542.0119630023837 1543.4678149968386 1543.843791000545 1546.1123870015144 1546.1123870015144 1546.63252799958 1547.4398199990392 1549.2561450004578 1550.1151950061321 1550.1151950061321 1550.8908699974418 1551.8452160060406 1552.814250998199 1554.3457439988852 1554.6879479959607 1557.0196140035987 1558.8681650012732 1560.9487309977412 1562.5047609955072 1564.4029140025377 1565.2137060016394 1565.9889739975333 1567.2546800002456 1570.4675699993968 1573.002523995936 1574.8637299984694 1576.0649830028415 1579.8944099992514 1580.4427090063691 1581.6023360043764 1582.2810879945755 1582.351888999343 1587.7664800062776 1587.7952070012689 1591.1196709945798 1591.932495996356 1594.301189005375 1596.2401940003037 1599.3873709961772 1599.3873709961772 1599.651204995811 1600.8525400012732 1602.7644869983196 1602.8280440047383 1606.6492120027542 1607.6052659973502 1607.6387940049171 1608.8060310035944 1610.0465500056744 1611.0593670010567 1612.073120996356 1612.7618819996715 1617.6432709991932 1618.345418997109 1619.2056890055537 1621.8486739993095 1622.8420410007238 1623.513022005558 1624.0040289983153 1625.9549980014563 1626.570069000125 1627.4018150046468 1629.6830660030246 1629.719645999372 1630.0033370032907 1630.5367840006948 1631.3757330030203 1632.2939869984984 1633.7504489943385 1633.9452729970217 1635.9622809961438 1636.5987960025668 1636.7963059991598 1638.4650480002165 1640.3854580000043 1642.1902270019054 1643.227173998952 1643.6339119970798 1643.6803390011191 1644.7603760063648 1645.3570159971714 1646.0920419991016 1650.0258800014853 1650.3596199974418 1651.8238940015435 1653.125610999763 1654.563680998981 1655.8821210041642 1657.4152840003371 1660.3341069966555 1660.8568940013647 1661.2515060007572 1661.738037995994 1662.8524990007281 1665.2766930013895 1668.3094490021467 1668.4233000054955 1669.1333830058575 1671.9274910017848 1674.6671960055828 1675.1739920005202 1676.8113210052252 1677.7125250026584 1678.9558520019054 1682.085694000125 1684.7516690045595 1684.7612310051918 1685.6600349992514 1687.1836760044098 1687.6507569998503 1688.531088002026 1694.1215020045638 1694.272747002542 1696.1536059975624 1698.8280440047383 1701.8272720053792 1702.266235999763 1703.1087249964476 1705.5088710039854 1706.640422001481 1707.8454600051045 1708.022218003869 1709.5670580044389 1711.8808600008488 1714.5091970041394 1720.110799998045 1720.2087000012398 1720.5608329996467 1730.757407002151 1735.8199879974127 1743.876180998981 1752.4103199988604 1754.6918139979243 1756.291626997292 1761.017619997263 1769.228597998619 1775.560100004077 1779.1734630018473 1786.9346119984984 1788.3173429965973 1793.18086899817 1796.429770000279 1796.8052580058575 1796.9695240035653 1808.9877939969301 1809.0053310021758 1811.2034109979868 1812.5578619986773 1814.2624929994345 1819.0137539952993 1824.6230069994926 1832.08898999542 1834.2186690047383 1838.0248220041394 1841.4746509939432 1841.5038660019636 1843.123414002359 1845.668417006731 1851.366944000125 1852.8819179981947 1860.2392999976873 1860.8743500038981 1861.1896570026875 1861.3229990005493 1864.8630789965391 1869.6858329996467 1870.6542569994926 1872.200481005013 1874.5668959990144 1876.544760003686 1879.5064710006118 1880.8393969982862 1881.282104998827 1884.426392994821 1884.426392994821 1887.2342539951205 1889.0489509999752 1891.3138849958777 1891.4589859992266 1891.5736500024796 1892.6912849992514 1892.6925470009446 1893.766194999218 1897.6344410032034 1897.975872002542 1898.1326509937644 1902.9901140034199 1904.3585620000958 1907.3953460007906 1909.8865980058908 1911.8175060003996 1914.6081549972296 1915.8256440013647 1915.8256440013647 1916.0452889949083 1917.7559420019388 1918.845703996718 1921.8072930052876 1922.311484001577 1923.3385430052876 1924.5201830044389 1928.6188569962978 1930.240357004106 1930.392660997808 1930.401612997055 1932.6813980042934 1933.2124439999461 1934.8249120041728 1937.968344002962 1937.968344002962 1938.2074799984694 1938.9247240051627 1942.062908001244 1942.062908001244 1942.5400400012732 1945.0774750038981 1948.6684180051088 1949.0456550046802 1950.3558770045638 1951.0801610052586 1951.6497410014272 1951.6497410014272 1953.2720550000668 1954.8240160048008 1955.3776459991932 1955.6918959990144 1956.5460629984736 1956.8674330040812 1957.9433600008488 1960.2143570035696 1960.3688979968429 1960.7484139949083 1960.7484139949083 1965.3353689983487 1968.0305590033531 1968.2399099990726 1968.298096999526 1969.1361100003123 1969.1361100003123 1969.3186450004578 1969.7963070049882 1970.0145680010319 1970.728353999555 1970.8711360022426 1970.8711360022426 1974.0559090003371 1975.0828059986234 1976.144939005375 1977.6458349972963 1980.0421970039606 1983.038616001606 1984.1110030040145 1984.5307219997048 1984.6510430052876 1984.7340100035071 1985.6667490005493 1986.24336899817 1987.52946100384 1987.52946100384 1987.678509004414 1988.2680270001292 1991.672527000308 1992.1616220027208 1992.2680270001292 1992.318767003715 1993.4020600020885 1994.0289319977164 1994.725017003715 1997.9240320026875 1999.5424820035696 2001.4722089990973 2003.539673998952 2003.7881679981947 2005.31685500592 2005.955689996481 2009.7088230028749 2009.8636490032077 2011.6921389997005 2012.7091080024838 2015.653809003532 2016.6125090047717 2017.2319350019097 2017.6122649982572 2018.8229180052876 2020.6733000054955 2020.6733000054955 2021.42195700109 2024.2060559988022 2026.7343759983778 2027.2186690047383 2027.287029005587 2030.2369400039315 2030.9954439997673 2032.1774910017848 2033.2161469981074 2033.2161469981074 2033.913046002388 2034.4416519999504 2035.8777680024505 2035.9178069978952 2037.203735999763 2040.0183520019054 2043.2273780032992 2049.4072680026293 2050.7470299974084 2050.777223005891 2050.947591997683 2052.5535089969635 2052.986612997949 2057.7206230014563 2057.7206230014563 2058.313763000071 2058.5905769988894 2060.6361500024796 2061.126506000757 2062.5110279992223 2063.9045419991016 2064.1263430044055 2064.1263430044055 2067.365887001157 2068.3576259985566 2068.6040450036526 2069.0252690017223 2069.59383200109 2070.7452400028706 2070.968589000404 2072.992839001119 2074.9934490025043 2077.645468004048 2078.1538499966264 2079.116700001061 2080.6281340047717 2083.708538003266 2084.4943450018764 2084.8934330046177 2085.4776620045304 2086.757895000279 2088.1171470060945 2096.114747002721 2096.2259539961815 2096.427939005196 2096.909465998411 2097.6194260045886 2101.8252779990435 2104.3182379975915 2106.1286220028996 2107.564860999584 2113.6851809993386 2116.574871003628 2117.2521570026875 2120.7635919973254 2120.774700000882 2122.437623001635 2128.149659000337 2128.7286790013313 2134.5351570025086 2134.5351570025086 2136.304038003087 2136.97159999609 2144.1752530038357 2144.396323002875 2144.60742200166 2151.8891619965434 2152.1771249994636 2154.3854580000043 2155.4044609963894 2159.797444999218 2163.371745996177 2166.921429000795 2167.905965998769 2169.8827320039272 2177.357178002596 2182.9263930022717 2183.0951750054955 2187.5968430042267 2189.9706230014563 2194.897624000907 2198.5309250056744 2199.836061000824 2199.9875910058618 2222.9268810003996 2231.531129002571 2239.412192001939 2241.5671399980783

Copy link
Contributor

Performance Comparison Report 📊 (7/13)

Meaningless Changes To Duration (6/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Open search router TTI (CPU) Baseline
Mean: 147.352 %
Stdev: 2.341 % (1.6%)
Runs: 142.4521955538666 142.51951465265995 142.87612221702648 143.50335852992202 143.6719414925468 144.58032061854183 144.60955446455213 144.95736494074416 145.34622204572477 145.70495222053648 145.95179411490116 145.97694575342425 146.01938748123032 146.09626731412226 146.13347566518271 146.14285094062248 146.22029573880258 146.4306790990002 146.4347905357609 146.7270823932053 146.89564761347648 147.0192285088125 147.04291793199863 147.12065275828417 147.1720479147735 147.25800882949292 147.30506689946938 147.4273239352238 147.53929812197515 147.6618362520633 147.74289402602497 147.74926181566343 147.86522811245604 147.94916172570407 148.27228764644286 148.51408360712492 148.52700004521944 148.75118903930266 148.8121110644107 148.96096951004657 149.12081019830492 149.1418441984723 149.2153227868873 149.3028137046873 149.4144799519254 149.52416013939592 149.71403039160458 150.57458228000988 150.6357667803492 150.73232022011754 153.08244548542382 153.8830833094837

Current
Mean: 148.904 %
Stdev: 3.621 % (2.4%)
Runs: 141.45006024271495 143.14077118537494 143.15132885669718 144.4987637089814 144.51492721794133 145.1727688154488 145.30242135772775 145.34546142198792 145.36302226998336 145.37069683335088 145.87488249443965 145.88045212659154 146.0759882442587 146.2651476709112 146.3884792573608 146.66576257450197 147.01484567135762 147.34053159819598 147.35201829859818 147.3793502813989 147.40628233229924 147.41530258390182 147.6144612731753 147.62805584983155 147.67168343913005 147.72124948898954 147.7298200541401 147.8622101306069 147.91238622174617 148.16577340097433 148.26263623906084 148.26309841338463 148.38648628693875 148.39640494325462 148.4935670692778 148.55032960721368 148.5555273180541 148.59422138294877 149.20968890350989 149.6780426805528 149.72636159159237 150.5387988183559 150.62613565384575 150.86295276311972 151.82832522810554 152.26448099407452 152.40800874919492 152.5424525964135 152.55474418291996 152.68541553950072 152.74414961184962 153.10348814630024 153.22817011485225 153.84764970606844 154.46437779683097 155.6383897846422 155.66906887159544 158.18587806592205 159.35285944300028
Open search router TTI (FPS) Baseline
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Current
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60
Open search router TTI (RAM) Baseline
Mean: 380.812 MB
Stdev: 3.894 MB (1.0%)
Runs: 372.59521484375 373.29541015625 373.6103515625 374.27001953125 374.27734375 374.30615234375 374.83637152777777 375.1115451388889 375.5455729166667 376.439453125 377.9171875 378.15673828125 378.3776041666667 378.81553819444446 378.9541015625 379.5072544642857 379.51283482142856 379.63368055555554 379.9904513888889 380.03759765625 380.1556919642857 380.26953125 380.6744791666667 380.70269097222223 380.78862847222223 380.82769097222223 380.9642857142857 381.32142857142856 381.3498263888889 381.5724826388889 381.66362847222223 381.67274305555554 381.7838541666667 381.9485677083333 381.99565972222223 382.0625 382.21595982142856 382.24720982142856 382.2740885416667 382.35069444444446 383.0920138888889 383.17745535714283 383.29296875 383.3845486111111 383.6803385416667 384.0670572916667 384.7907986111111 385.17578125 385.7416294642857 386.0765625 387.0071614583333 387.2630208333333 387.27120535714283 388.1165364583333 388.4928385416667

Current
Mean: 379.535 MB
Stdev: 4.580 MB (1.2%)
Runs: 370.2955729166667 370.73779296875 371.37548828125 371.48046875 372.01806640625 372.61279296875 373.11886160714283 373.3015625 374.298828125 374.3572048611111 375.3076171875 375.57568359375 375.93408203125 376.1630859375 376.23291015625 376.49956597222223 377.0205078125 377.1875 377.2571614583333 377.48828125 377.77622767857144 377.8834635416667 377.88560267857144 378.1276041666667 378.2779017857143 378.4810267857143 378.67664930555554 379.25043402777777 379.51866319444446 380.2044270833333 380.25502232142856 380.29774305555554 380.4631076388889 380.49497767857144 380.83940972222223 381.1432291666667 381.65234375 381.67020089285717 381.80859375 382.1888020833333 382.2291666666667 382.30580357142856 382.4166666666667 382.83515625 383.1549479166667 383.38237847222223 383.54129464285717 383.76283482142856 383.93526785714283 384.1067708333333 384.26796875 384.7181919642857 384.86241319444446 385.28404017857144 385.4224330357143 386.4888392857143 386.6333705357143 388.0541294642857 389.99609375

Copy link
Contributor

Performance Comparison Report 📊 (8/13)

Meaningless Changes To Duration (7/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Open search router TTI (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Open search router TTI (CPU/UI) Baseline
Mean: 27.200 %
Stdev: 1.751 % (6.4%)
Runs: 23.9 24.4 24.5 25 25 25 25.1 25.3 25.4 25.5 25.6 25.9 25.9 25.9 26 26 26 26.1 26.1 26.1 26.2 26.4 26.6 26.6 26.8 26.8 26.9 26.9 26.9 26.9 27 27 27.1 27.6 27.7 27.7 27.7 27.9 27.9 28 28.1 28.2 28.3 28.3 28.3 28.5 28.6 28.6 29.2 29.7 29.9 29.9 30 30 31 31.2 31.3

Current
Mean: 27.414 %
Stdev: 1.685 % (6.1%)
Runs: 23.8 23.9 24.1 24.6 24.9 25.1 25.3 25.5 25.6 25.7 25.7 25.8 26.4 26.4 26.4 26.5 26.6 26.6 26.6 26.6 26.8 26.9 26.9 26.9 27 27.1 27.2 27.2 27.3 27.3 27.3 27.4 27.5 27.5 27.6 27.6 27.8 28.1 28.1 28.2 28.3 28.4 28.5 28.5 28.5 28.8 29 29.1 29.2 29.2 29.4 29.5 29.5 29.8 30 30.1 30.5 30.5 30.8
Report typing Composer typing rerender count Baseline
Mean: 1.000 renders
Stdev: 0.000 renders (0.0%)
Runs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Current
Mean: 1.000 renders
Stdev: 0.000 renders (0.0%)
Runs: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

Copy link
Contributor

Performance Comparison Report 📊 (9/13)

Meaningless Changes To Duration (8/12)

Show entries
Name Duration
App start time nativeLaunchEnd_To_appCreationStart 92.567 ms → 91.500 ms (-1.067 ms, -1.2%)
App start time nativeLaunch 29.233 ms → 29.000 ms (-0.233 ms, -0.8%)
App start time appCreationEnd_To_contentAppeared 538.650 ms → 538.900 ms (+0.250 ms, ±0.0%)
App start time appCreation 80.133 ms → 79.883 ms (-0.250 ms, ±0.0%)
App start time contentAppeared_To_screenTTI 926.016 ms → 892.276 ms (-33.739 ms, -3.6%)
App start time TTI 1666.599 ms → 1632.126 ms (-34.473 ms, -2.1%)
App start time runJsBundle 354.417 ms → 350.300 ms (-4.117 ms, -1.2%)
App start time regularAppStart 0.022 ms → 0.022 ms (+0.000 ms, +1.8%)
App start time (CPU) 159.322 % → 159.332 % (+0.010 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 358.709 MB → 357.996 MB (-0.713 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 29.082 % → 30.715 % (+1.633 %, +5.6%)
Open search router TTI Load Search Options 185.385 ms → 186.169 ms (+0.784 ms, ±0.0%)
Open search router TTI Open Search Router TTI 1778.247 ms → 1769.090 ms (-9.157 ms, -0.5%)
Open search router TTI (CPU) 147.352 % → 148.904 % (+1.552 %, +1.1%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 380.812 MB → 379.535 MB (-1.277 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 27.200 % → 27.414 % (+0.214 %, +0.8%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 719.044 ms → 673.242 ms (-45.802 ms, -6.4%)
Report typing (CPU) 114.252 % → 115.669 % (+1.417 %, +1.2%)
Report typing (FPS) 60.000 FPS → 59.998 FPS (-0.002 FPS, ±0.0%)
Report typing (RAM) 430.449 MB → 430.863 MB (+0.413 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 23.007 % → 22.960 % (-0.047 %, ±0.0%)
Chat opening (CPU) 165.231 % → 164.778 % (-0.453 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 376.921 MB → 377.497 MB (+0.576 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 34.334 % → 34.468 % (+0.134 %, ±0.0%)
Money request - Open Manual Tracking 209.896 ms → 206.254 ms (-3.642 ms, -1.7%)
Money request - Open Contacts 326.953 ms → 330.757 ms (+3.804 ms, +1.2%)
Money request (CPU) 185.296 % → 183.149 % (-2.147 %, -1.2%)
Money request (FPS) 58.587 FPS → 58.850 FPS (+0.263 FPS, ±0.0%)
Money request (RAM) 425.844 MB → 425.122 MB (-0.723 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.752 % → 44.582 % (-0.170 %, ±0.0%)
Money request - Open Create 183.328 ms → 183.411 ms (+0.083 ms, ±0.0%)
Show details
Name Duration
Report typing Message sent Baseline
Mean: 719.044 ms
Stdev: 18.603 ms (2.6%)
Runs: 647.6450600028038 695.5367840006948 699.459839001298 700.8900149986148 702.1277680024505 703.4973149970174 705.2467449977994 705.7839360013604 706.1898600012064 708.2722580060363 709.2056889981031 709.6225589960814 710.4237470030785 710.4701739996672 711.4265950024128 711.6741540059447 713.1105550006032 717.413290001452 717.5380449965596 719.0911059975624 719.5903730019927 721.8481860011816 721.9974359944463 722.2388099953532 722.6735440045595 722.8738609999418 722.9320480003953 724.1190599948168 725.2113039940596 725.8374439999461 727.5551360026002 729.5233159959316 729.7707519978285 730.4974780008197 730.6009529978037 731.2803550064564 732.5831710025668 734.0764160007238 752.4822190031409 753.109416000545 754.1868090033531 760.2139090001583

Current
Mean: 673.242 ms
Stdev: 97.445 ms (14.5%)
Runs: 522.8089199960232 526.739746004343 527.297444999218 527.4875079989433 527.7575279995799 527.8484699949622 527.9972329959273 528.6997480019927 529.1930750012398 529.5503749996424 530.7211109995842 534.1346439942718 534.7162280008197 536.2633059993386 538.5360919982195 546.6308190003037 551.8675540015101 552.3520510047674 594.8579099997878 704.054200001061 705.2516280040145 705.530395001173 706.9860850051045 707.4397789984941 707.5870780050755 709.1516529992223 709.3523769974709 713.713663995266 713.7970790043473 714.7087819948792 715.469034999609 716.0328779965639 721.1523029953241 722.0534670054913 724.0316979959607 724.3157150000334 726.5052080005407 727.6988120004535 728.169475004077 728.2743329927325 728.8834629952908 729.1365149989724 729.9858809933066 732.9780679941177 733.5058600008488 733.8620200008154 736.1591389998794 740.3190920054913 740.5239669978619 746.672242000699 749.9619550034404 750.3528250008821 750.6605230048299 755.4917809963226 757.7506100013852 763.8945729956031 787.5689709931612 813.7043870016932 815.7641189992428 870.5796310007572
Report typing (CPU) Baseline
Mean: 114.252 %
Stdev: 3.853 % (3.4%)
Runs: 106.96551004547216 107.38583888905076 108.41119070078679 108.71947498253932 109.40228046060426 109.41563095908258 110.17612485618126 110.79580987091997 110.95137268352404 111.19723846936445 111.33566433411778 111.70942915832765 111.72249780615458 111.79970309859138 111.99827655249517 112.04194538405703 112.05660828014872 112.18699833452648 112.23587799672221 112.29337980022218 113.28513082655617 113.33204135936997 113.58491412268377 113.82250455244451 113.82252006824515 113.84608682340532 113.90206660152981 113.93418545142927 114.08048936397361 114.50937075023215 114.92410283432493 114.95107738095041 115.01138459927903 115.58888617593743 115.60934149810487 115.64195134997759 115.8369019571058 115.85906881245052 115.86509978780163 116.03959863331292 116.05134650749712 116.13704157371959 116.28147296878059 116.3072906986157 116.51207779400576 117.402071241799 117.91387511522339 118.5897046947102 118.70794915626094 122.5334430580993 123.60906124002578 123.76182010300316 125.30481455930537

Current
Mean: 115.669 %
Stdev: 5.063 % (4.4%)
Runs: 106.61114262323704 108.14352183787916 108.29360591012205 109.06043667618715 109.09204798830064 109.33947720448111 110.1523112329738 110.40070789093159 110.75525393110173 111.3025357694053 111.56273646320537 112.07571088883377 112.14617126856976 112.34516785788709 112.45585500782231 113.06853405975767 113.3010238956795 113.33414240043514 113.35079724112671 113.66634058679394 114.01138809705574 114.07558796449462 114.14238414353892 114.14267483611916 114.34980396239554 114.46613319308423 114.58830497319958 115.04071652750385 115.24620640188824 115.25658241075874 115.4008712306025 115.47530673507373 115.67556908909847 115.86059496025617 115.93770680248556 116.07317805735171 116.65443555702387 116.74203654162466 116.7507899458223 116.88490230935032 116.93368429573296 117.10724615952081 117.12095291391013 117.43975939513905 117.67474404548376 119.04310062523763 120.11439738289306 120.70306430846007 120.90282056346244 122.6707421284116 124.23253902599753 124.30301756913096 127.39367361746785 127.5966518243508 128.34942077722104 128.66347810597983
Report typing (FPS) Baseline
Mean: 60.000 FPS
Stdev: 0.000 FPS (0.0%)
Runs: 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Current
Mean: 59.998 FPS
Stdev: 0.007 FPS (0.0%)
Runs: 59.96267276653981 59.972798817913215 59.97729642317203 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Copy link
Contributor

@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker.

Copy link
Contributor

🚀 Deployed to staging by https://github.com/mountiny in version: 9.1.47-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DeployBlockerCash This issue or pull request should block deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants