Skip to content

Enhance SearchAutocompleteInput with the debounced search #59659

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 8 commits into from
Apr 15, 2025

Conversation

rezkiy37
Copy link
Contributor

@rezkiy37 rezkiy37 commented Apr 4, 2025

Explanation of Change

The PR is to fix the issue where the search autocomplete input is not working as expected by integrating a debounce function to the onSearchQueryChange callback.

Fixed Issues

$ #59262
PROPOSAL: N/A

Tests

  • Verify that no errors appear in the JS console
  1. Turn off internet
  2. At Inbox tab, tap on search icon at the top screen
  3. Type some characters
  4. Verify that user can type characters for searching

Offline tests

Same as tests.

QA Steps

// TODO: These must be filled out, or the issue title must include "[No QA]."

  • Verify that no errors appear in the JS console

Same as tests.

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 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
Android.mp4
Android: mWeb Chrome
Android.Chrome.mp4
iOS: Native
IOS.mp4
iOS: mWeb Safari
IOS.Safari.mp4
MacOS: Chrome / Safari
Chrome.mp4
MacOS: Desktop
Desktop.mp4

@rezkiy37 rezkiy37 changed the title [WIP] Enhance SearchAutocompleteInput with the debounced search Enhance SearchAutocompleteInput with the debounced search Apr 7, 2025
@rezkiy37 rezkiy37 marked this pull request as ready for review April 7, 2025 11:23
@rezkiy37 rezkiy37 requested a review from a team as a code owner April 7, 2025 11:24
@melvin-bot melvin-bot bot requested review from parasharrajat and removed request for a team April 7, 2025 11:24
Copy link

melvin-bot bot commented Apr 7, 2025

@parasharrajat 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]

@rezkiy37
Copy link
Contributor Author

rezkiy37 commented Apr 8, 2025

I've synced it up.

@parasharrajat
Copy link
Member

I willl check in 1 hour.

@parasharrajat
Copy link
Member

parasharrajat commented Apr 8, 2025

I am noticing cursor position shift when typing fast in input. Check last few seconds.

09.04.2025_02.20.03_REC.mp4

@rezkiy37
Copy link
Contributor Author

rezkiy37 commented Apr 9, 2025

@parasharrajat, I've addressed the comment. Commits - 7e2ab3f, 976b345.

Video

Fix.mp4

@rezkiy37 rezkiy37 requested a review from parasharrajat April 9, 2025 15:09
@rezkiy37
Copy link
Contributor Author

I've synced it up.

@parasharrajat
Copy link
Member

parasharrajat commented Apr 10, 2025

Screenshots

🔲 iOS / native

10.04.2025_21.37.19_REC.mp4

🔲 iOS / Safari

10.04.2025_21.17.28_REC.mp4

🔲 MacOS / Desktop

10.04.2025_21.11.54_REC.mp4

🔲 MacOS / Chrome

10.04.2025_19.30.05_REC.mp4

🔲 Android / Chrome

10.04.2025_21.14.58_REC.mp4

🔲 Android / native

10.04.2025_21.13.04_REC.mp4

Copy link
Member

@parasharrajat parasharrajat left a comment

Choose a reason for hiding this comment

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

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 tests pass on all platforms & I tested again on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • 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 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 the left part of a conditional rendering a React component is a boolean and NOT a string, e.g. myBool && <MyComponent />.
    • 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 approved by marketing by adding the Waiting for Copy label for a copy review on the original GH to get the correct copy.
    • 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.js 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 form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label 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.
  • 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.

🎀 👀 🎀 C+ reviewed

Copy link

melvin-bot bot commented Apr 10, 2025

We did not find an internal engineer to review this PR, trying to assign a random engineer to #59262 as well as to this PR... Please reach out for help on Slack if no one gets assigned!

@melvin-bot melvin-bot bot requested a review from youssef-lr April 10, 2025 16:14
@rezkiy37
Copy link
Contributor Author

I've synced it up.

@rezkiy37
Copy link
Contributor Author

@youssef-lr, a friendly reminder.

@youssef-lr youssef-lr merged commit 0570a65 into Expensify:main Apr 15, 2025
5 checks passed
@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 Apr 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
App start time contentAppeared_To_screenTTI 1048.838 ms → 1226.035 ms (+177.196 ms, +16.9%) 🔴
App start time TTI 1755.338 ms → 1924.290 ms (+168.952 ms, +9.6%) 🔴
Show details
Name Duration
App start time contentAppeared_To_screenTTI Baseline
Mean: 1048.838 ms
Stdev: 270.533 ms (25.8%)
Runs: 548.3963709999807 557.5132999999914 559.0949719999917 600.2165959998965 601.8776650000364 602.94369799993 611.7174819998909 651.9182690000162 668.9291089999024 694.1900619999506 696.813994999975 709.8974160000216 721.5554120000452 723.9352599999402 726.7376310001127 727.951080000028 733.7148879999295 734.9661320000887 745.4158250000328 1065.1224960000254 1089.6347819999792 1090.3453240001108 1102.857585000107 1106.2270279999357 1107.381148000015 1162.4754049999174 1164.6309140000958 1173.575700999936 1178.8820360000245 1185.4496889999136 1209.1981120000128 1215.4278820001055 1220.815210999921 1224.5623310001101 1226.6469209999777 1235.1239910000004 1240.0282030000817 1245.317713999888 1246.286713999929 1246.7326239999384 1249.0133020000067 1253.0745049999095 1253.9071849999018 1254.172148999991 1257.0167729998939 1259.1543169999495 1259.2858589999378 1261.2356179999188 1266.5953850001097 1274.9251099999528 1285.434341999935 1285.8543330000248 1288.2578000000212 1288.887172000017 1290.0248149998952 1292.7907149998937 1293.67689100001 1305.9354520000052 1320.0752330000978 1336.4848549999297

Current
Mean: 1226.035 ms
Stdev: 48.837 ms (4.0%)
Runs: 1114.692544999998 1131.7809870000929 1134.536245000083 1144.4375740000978 1147.9499180000275 1157.3799519999884 1175.9654300000984 1176.5567819999997 1177.9522150000557 1181.153905000072 1184.499686999945 1187.0322430001106 1187.1954179999884 1194.8548999999184 1198.1723990000319 1208.051349000074 1210.7257449999452 1217.2727129999548 1220.2722030000295 1224.2843309999444 1224.3753309999593 1225.3578719999641 1228.3440859999973 1229.1938879999798 1230.6403310000896 1231.7810060000047 1232.2753550000489 1243.5286799999885 1244.784476999892 1248.4703800000716 1255.5216920000967 1257.1194849999156 1262.2691790000536 1262.3946630000137 1264.302270000102 1272.5348839999642 1273.1395980000962 1275.3862759999465 1277.114212000044 1277.8215979998931 1281.380981999915 1284.685228999937 1289.3246400000062 1290.7474730000831 1290.9200059999712 1294.545480000088 1300.9070969999302
App start time TTI Baseline
Mean: 1755.338 ms
Stdev: 273.588 ms (15.6%)
Runs: 1206.8776650000364 1285.7174819998909 1327.94369799993 1335.3963709999807 1335.9291089999024 1337.9182690000162 1342.813994999975 1350.2165959998965 1362.1900619999506 1365.8974160000216 1370.9352599999402 1377.5132999999914 1394.0949719999917 1412.7376310001127 1413.4158250000328 1430.951080000028 1434.5554120000452 1435.7148879999295 1441.9661320000887 1754.3453240001108 1765.1224960000254 1775.4754049999174 1780.6347819999792 1822.815210999921 1849.381148000015 1858.6309140000958 1867.857585000107 1904.0282030000817 1910.5623310001101 1911.2356179999188 1915.1239910000004 1928.0167729998939 1928.6469209999777 1937.2270279999357 1939.7326239999384 1941.4496889999136 1950.8820360000245 1953.0133020000067 1954.286713999929 1955.0752330000978 1955.1981120000128 1958.575700999936 1959.317713999888 1959.9251099999528 1960.4278820001055 1961.1543169999495 1964.9071849999018 1965.8543330000248 1968.2858589999378 1969.67689100001 1975.0248149998952 1977.887172000017 1991.0745049999095 1991.2578000000212 2000.7907149998937 2002.5953850001097 2018.434341999935 2031.9354520000052 2065.4848549999297 2076.172148999991

Current
Mean: 1924.290 ms
Stdev: 74.433 ms (3.9%)
Runs: 1749.7809870000929 1755.536245000083 1758.4375740000978 1790.9522150000557 1804.5567819999997 1807.1954179999884 1816.153905000072 1844.2727129999548 1857.7257449999452 1866.499686999945 1874.692544999998 1889.051349000074 1896.3440859999973 1897.1938879999798 1906.3753309999593 1911.2691790000536 1913.2722030000295 1920.1395980000962 1922.3946630000137 1923.7810060000047 1925.1723990000319 1927.784476999892 1928.8548999999184 1944.3862759999465 1950.3799519999884 1953.2843309999444 1956.3578719999641 1962.1194849999156 1962.5348839999642 1962.545480000088 1963.6403310000896 1963.9499180000275 1964.2753550000489 1965.114212000044 1970.4703800000716 1973.302270000102 1985.8215979998931 1986.0322430001106 1986.7474730000831 1989.9200059999712 1997.5216920000967 2000.380981999915 2002.5286799999885 2005.9654300000984 2021.3246400000062 2021.685228999937 2063.90709699993

Copy link
Contributor

Performance Comparison Report 📊 (10/13)

Meaningless Changes To Duration (9/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
Report typing (CPU/UI) Baseline
Mean: 20.250 %
Stdev: 1.004 % (5.0%)
Runs: 18.7 18.8 18.8 18.8 18.8 19 19.1 19.3 19.3 19.4 19.4 19.5 19.5 19.5 19.6 19.6 19.6 19.6 19.6 19.6 19.7 19.8 19.8 19.8 19.8 19.9 19.9 20 20.1 20.1 20.1 20.1 20.4 20.4 20.4 20.4 20.5 20.5 20.5 20.6 20.6 20.8 20.8 20.8 20.9 21 21 21.1 21.2 21.3 21.3 21.4 21.4 22.1 22.3 22.4 22.8 23

Current
Mean: 19.955 %
Stdev: 0.840 % (4.2%)
Runs: 18.2 18.2 18.3 18.6 18.8 18.9 19.1 19.1 19.2 19.2 19.4 19.5 19.5 19.5 19.5 19.5 19.5 19.5 19.6 19.7 19.7 19.8 19.8 19.8 19.8 19.8 19.9 19.9 19.9 19.9 19.9 20 20 20 20.1 20.1 20.1 20.1 20.2 20.2 20.3 20.3 20.4 20.6 20.6 20.7 20.7 20.8 20.9 21 21.2 21.3 21.4 21.4 22 22.1
Chat opening Chat TTI Baseline
Mean: 675.043 ms
Stdev: 48.009 ms (7.1%)
Runs: 539.4187819999643 543.4309499999508 560.8896490000188 562.0293379998766 610.1630859998986 613.4369710003957 615.4197180001065 615.728027000092 616.9149580001831 626.9398199999705 634.3565269997343 634.3976640002802 636.9014079999179 642.2768559996039 642.5052499999292 653.0805259998888 667.8678799998015 674.1356210000813 674.4134120000526 675.0986330001615 675.6671959999949 680.0808509998024 680.5902920002118 681.3709319997579 684.7051189998165 685.3366289995611 687.2284350004047 688.6111249998212 689.1392010003328 689.8733729999512 690.0946460003033 692.2455649999902 694.512369999662 696.1536869993433 696.506958999671 696.7915850002319 698.2519129998982 701.3577479999512 702.160237999633 703.8234050003812 704.0083010001108 705.3600669996813 705.5904139997438 707.3461509998888 708.464762000367 711.7264000000432 711.7309980001301 715.0592450005934 715.794719000347 720.7724609998986 721.0617269994691 721.5761719997972 725.5376380002126 728.562215000391 734.5620120000094 735.8529459992424 750.5526940003037

Current
Mean: 653.483 ms
Stdev: 49.365 ms (7.6%)
Runs: 509.7655849996954 548.5306799998507 550.6619059997611 565.8255209997296 568.1366789997555 591.4946289993823 593.0402830000967 596.9450279995799 606.2299399999902 606.5934660001658 608.8494879994541 609.9552409998141 613.1982019999996 614.3076980002224 615.7444669995457 616.5795900002122 620.4069420006126 623.5376389995217 627.5692140003666 631.2788909999654 638.7639569994062 645.3242600001395 645.4080810002051 645.4417320000939 646.8098549996503 650.3002530001104 650.9768070001155 651.2294110003859 653.618978000246 665.6630449998192 669.1210129996762 669.4600419998169 674.1066080001183 680.8270260002464 683.1928310003132 684.7516679996625 687.8840339994058 689.8809009995311 690.1142579996958 691.4001059997827 694.6401370000094 694.9710699999705 696.7482100003399 697.0124110002071 697.4143880000338 698.4162200000137 699.5812179995701 701.9523109998554 703.693521999754 703.7153730001301 703.8413500003517 704.8913170006126 708.5519610000774 709.1300060003996 709.1497399993241 710.1589770000428 711.2738859998062 723.953409999609
Chat opening (CPU) Baseline
Mean: 151.923 %
Stdev: 6.547 % (4.3%)
Runs: 140.4847528375563 143.9442235229952 144.93030363520555 144.96696019725258 144.9763947585089 145.24695111893107 145.42416957967828 145.96239235242427 146.2547492094731 146.5082520218528 146.54982923062764 146.62900345839574 146.95056075676254 146.9786415151746 147.03957282270534 147.44976492695412 147.5122752367551 147.81621991414093 147.84566922296847 147.97411196597255 148.1150427771848 148.13361184897565 148.16328179056742 148.61526809294497 148.66045051038364 149.1529544277404 150.06194882883082 150.30039568679194 150.62395059952067 151.05706362354462 151.08102827812394 151.12861645018185 151.3380322751578 151.41124546459 151.59851639227188 151.791082711152 151.80946113717093 151.96227142436953 152.2583259372924 152.31142256376123 152.51213608931653 153.597976348574 154.2135925844273 155.05410775612054 155.6700300187028 155.8571991246565 156.56054534785383 156.62283026256932 158.9352450477531 160.18294694147798 160.74918299115532 163.19438862906782 163.60793661802396 164.64176601910884 166.1748227623761 166.73418217401783 166.98978656378767 169.21343967444304

Current
Mean: 155.827 %
Stdev: 7.092 % (4.6%)
Runs: 140.42343312307682 143.67432680610338 145.36463640765803 145.54026140663473 146.65052210425245 146.9017109534028 147.03382541976387 147.39994593804914 147.89446440263515 148.3500760833132 148.38102560237925 148.52074471882867 148.71015216504526 148.7257327859771 148.87890334120138 149.7369127540045 150.09234305084618 150.36268742575956 150.55152009462256 151.15980024554966 151.25472339909615 151.61985382532987 153.06320072406947 153.28440149428317 153.75852101017975 154.1551677122501 155.46660400317126 155.72650505853323 156.1100852177711 156.8562914464196 156.96336344310532 157.14102323334575 157.49675386024407 158.1974785882289 158.6683700530034 158.96836320578532 159.1579340618287 159.27952430525968 159.46379561120605 159.53618150400513 160.01861111539137 160.2257563316882 160.6247175581051 160.6381858373199 161.3332494902327 161.85145608036325 162.42276911601195 162.8755445163413 163.70459942871028 164.07303268414435 164.31936127744518 164.4694462486204 164.5557728490237 164.91531336145235 164.91606270498974 165.46736492948557 165.51818399059093 170.43369194733702 170.88899830824766

Copy link
Contributor

Performance Comparison Report 📊 (11/13)

Meaningless Changes To Duration (10/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
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 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
Chat opening (RAM) Baseline
Mean: 402.734 MB
Stdev: 5.075 MB (1.3%)
Runs: 391.2984375 391.81171875 391.8671875 392.8958333333333 395.6923828125 397.3046875 397.8876953125 397.934375 398.4443359375 398.587890625 399.0458984375 399.27734375 399.35546875 399.5578125 399.64921875 400.159375 400.33984375 400.94453125 400.99765625 401.0046875 401.04609375 401.083984375 401.09765625 401.53515625 401.8390625 402.13046875 402.38984375 402.553125 402.87421875 403.0125 403.334375 403.40625 403.43671875 403.47109375 403.68828125 403.8515625 403.9125 403.9140625 403.9739583333333 404.025 404.421875 404.626953125 404.88828125 405.090625 405.49140625 406.5578125 406.88515625 407.3609375 407.64140625 409.1126302083333 409.7296875 410.294921875 411.29609375 412.2626953125 412.4420572916667 412.595703125 414.525

Current
Mean: 403.007 MB
Stdev: 5.047 MB (1.3%)
Runs: 392.54296875 395.1875 395.7255859375 395.79765625 396.4072265625 396.8388671875 397.080078125 397.13671875 397.271484375 397.525390625 397.744140625 398.1220703125 399.19140625 399.20390625 399.4853515625 399.49375 399.99921875 400.0498046875 400.2669270833333 400.630859375 400.720703125 400.7609375 400.955078125 401.0265625 401.2685546875 401.47265625 401.55703125 401.708984375 402.3017578125 402.56171875 402.62265625 402.95625 403.0673828125 403.7328125 404.02109375 404.459375 404.4828125 405.14375 405.181640625 406.015625 406.08515625 406.56640625 406.591796875 406.640625 406.76171875 406.9015625 406.9638671875 407.4625 407.62421875 408.315625 408.9421875 409.09375 409.7078125 410.875 410.896875 412.8578125 414.8921875 415.5125
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

Copy link
Contributor

Performance Comparison Report 📊 (12/13)

Meaningless Changes To Duration (11/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
Chat opening (CPU/UI) Baseline
Mean: 27.996 %
Stdev: 2.851 % (10.2%)
Runs: 23.8 23.9 24.3 24.7 24.7 24.8 25.1 25.4 25.4 25.6 25.8 25.9 25.9 25.9 26 26.2 26.5 26.5 26.6 26.6 26.6 26.7 26.7 26.7 26.7 26.7 26.7 26.8 27 27.1 27.3 27.5 27.5 28 28 28 28.3 28.4 28.6 29 29 29.1 29.8 29.9 30 30.1 30.3 30.7 30.7 31.5 31.9 32 32.6 34.2 34.8 35.5 35.8

Current
Mean: 29.251 %
Stdev: 2.988 % (10.2%)
Runs: 24.7 25 25.2 25.4 25.6 25.9 26 26 26.1 26.2 26.2 26.3 26.3 26.4 26.4 26.6 26.7 26.8 26.8 27 27.1 27.3 27.7 27.7 28 28.3 28.7 28.7 28.8 29.1 29.1 29.1 29.6 29.6 29.8 29.9 30.1 30.4 30.4 30.5 30.7 30.8 30.9 30.9 31.4 31.7 31.8 32.4 32.8 32.9 33.1 33.2 33.3 33.4 33.7 34.7 35 35.3 36.3
Money request - Open Manual Tracking Baseline
Mean: 130.941 ms
Stdev: 9.472 ms (7.2%)
Runs: 113.35852099955082 115.0391440000385 116.06510399933904 117.43798900023103 118.18184399977326 118.47713300026953 119.43575000017881 119.55782099999487 120.19242400024086 120.5623779995367 121.28190100006759 122.20597299933434 122.24532099999487 122.4686689991504 122.66935300081968 122.94624799955636 123.72916600015014 124.51110799983144 124.6875 125.50370199978352 125.76074199937284 125.94360399991274 126.92212000023574 127.59895899984986 129.2106119999662 130.0285229999572 130.7589520001784 130.82173600047827 130.85318999923766 131.1097820000723 131.3179519996047 131.44303400069475 131.69783500023186 132.55375199951231 132.6015219995752 133.05944899935275 133.66817199997604 134.04374200012535 134.86124600004405 135.67887399997562 135.68766199983656 137.05659999977797 137.3712149998173 138.04268399998546 138.0777589995414 138.95654299948364 139.64896599948406 140.1008299998939 140.26293999981135 140.45048000011593 141.07666100002825 141.15421599987894 141.98388700000942 142.42427599988878 143.57820599991828 143.67065500002354 145.19925899989903 154.00752800051123 156.29581700079143

Current
Mean: 131.163 ms
Stdev: 9.260 ms (7.1%)
Runs: 114.1899010008201 115.09659800026566 118.27518799994141 118.40148899983615 118.48718200065196 118.5071209995076 119.54492199979722 119.7160639995709 120.54740399960428 120.60571300052106 121.0702309999615 121.29081200063229 122.29817800037563 122.44478299934417 123.10770700033754 124.26094599999487 124.38114500045776 124.64204899966717 124.70332899969071 125.41487600002438 126.30773899983615 126.99548400007188 127.30721000023186 128.0373120000586 129.16947499942034 129.26761899981648 129.34078000020236 129.86759500019252 130.8665770003572 131.49886099994183 131.76371199917048 132.2589110005647 133.18115200009197 133.52559399977326 133.5787350004539 133.92354300059378 133.93473300058395 133.96447800006717 134.1404210003093 135.19014499988407 136.3524170005694 136.82295699976385 137.2149260006845 137.86397300008684 138.15885400027037 138.87585399951786 139.24340800009668 139.2522380007431 139.28495199978352 139.7979330001399 142.04870599973947 142.44531199987978 143.71118099987507 143.73071300052106 147.28478999994695 147.53458700049669 147.83076900057495 149.54227699991316 150.52372300066054
Money request - Open Contacts Baseline
Mean: 425.164 ms
Stdev: 103.099 ms (24.2%)
Runs: 252.72802700009197 255.76798500027508 274.56518599949777 274.5832529999316 278.0549320001155 278.33365900069475 279.8543700007722 281.5559900002554 283.2638750001788 286.53332499973476 299.9056799998507 302.0549320001155 302.6629640003666 303.1258549997583 303.53829000052065 304.94506900012493 305.24011300038546 312.4083259999752 313.8433839995414 314.01737399958074 377.28841200005263 389.81164600048214 439.32446299958974 440.8719490002841 444.26997900009155 446.7531740004197 452.0242919996381 453.2459319997579 455.2760830000043 455.6501870006323 461.01810699980706 462.88834699988365 468.14074799977243 472.44169100001454 475.0410970002413 478.94136600010097 481.23234099987894 485.6966960001737 487.7014569994062 491.15397199988365 491.74373300001025 494.7785639995709 497.0701089994982 498.77181100007147 500.00386600010097 503.65482600033283 506.8050540005788 510.8358970005065 511.2497560000047 512.1770019996911 530.4233399992809 547.3042800007388 547.7263599997386 549.8291429998353 553.1808669995517 556.2626139996573 565.5629070000723 567.5118009997532 568.9709879998118 570.2014569994062

Current
Mean: 425.508 ms
Stdev: 109.212 ms (25.7%)
Runs: 250.359375 254.68220999930054 258.0147709995508 269.1790770003572 274.1016029994935 274.77567499969155 280.4654129995033 280.50646999944 281.09741200041026 282.265014000237 285.1013180008158 289.50411000009626 290.77648899983615 298.90026799961925 304.46761100087315 306.05102599970996 306.6744389999658 306.910279000178 310.6245529996231 317.3731689993292 324.63126699998975 426.3281659996137 436.54504400026053 439.1726890001446 442.2283939998597 442.7328289998695 443.70524099934846 446.66833500005305 451.46940200030804 453.1640619998798 454.1664230003953 459.0324300006032 463.64575200062245 465.9129640003666 467.7742109997198 471.8933110004291 482.3590090004727 485.505980999209 487.64737999998033 488.9308270001784 489.59932500030845 490.17765300069004 498.97224900033325 499.5000409996137 506.70926999952644 508.08085099980235 512.2542719999328 518.6683760005981 527.297444999218 531.1760660000145 539.2468260005116 540.4441730007529 551.9519859999418 565.4834799999371 565.7536629997194 569.7528480002657 574.5500489994884 575.1725260000676 580.970905999653 629.3547360002995

Copy link
Contributor

Performance Comparison Report 📊 (13/13)

Meaningless Changes To Duration (12/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
Money request (CPU) Baseline
Mean: 169.280 %
Stdev: 2.576 % (1.5%)
Runs: 163.56852396382052 164.81502882075196 165.28682910952443 165.82930016210676 165.9951612229967 166.25802426609894 166.58926380651837 166.6833220265655 166.75381903976663 166.77466164888386 166.9208984148712 167.06180311548454 167.08579838983843 167.7667806179382 167.8915488505934 168.02820166729626 168.0464183555559 168.13818009242112 168.3775109998031 168.5569909720906 168.59183518919562 168.6120296697495 168.68982403722188 168.7388459972432 168.74395672030658 168.78136350167622 168.78327921405716 168.92172104327864 169.08867330885155 169.18529552388063 169.53749011989865 169.88189156780095 169.94093848802652 170.01798028118733 170.1532191544083 170.20177580534627 170.2091695746923 170.39466941160632 170.70800441606417 170.7962270614923 170.8749296419421 171.1291833651979 171.15354958188271 171.48474160299665 171.6094261364369 171.70915900762225 171.82270296709274 173.1135047731068 173.3159755906707 174.0681578550676 174.22803314037918 174.89567158774233 176.02994954803634

Current
Mean: 169.725 %
Stdev: 3.208 % (1.9%)
Runs: 164.32931186061242 164.37923419140088 164.4178884134735 164.90401590458166 165.16979080269672 166.10982237126296 166.38970743394592 166.5012120825494 166.54811479787784 166.66785095390787 166.7967450495076 166.8394867058701 167.14569241541352 167.48840697023758 167.53254822202058 167.76320072742703 168.07780889004263 168.22906956401278 168.31058266522552 168.3404332644441 168.80760664296744 168.83100056453713 168.99097894069544 169.07584579435027 169.13674253491797 169.2990133202167 169.33562190270558 169.43127185112607 169.46977679783777 169.4989724446657 169.52498464393835 169.5819933954359 169.66197680645968 169.82621169548165 169.96313472741497 169.9742676243781 170.01002282491638 170.38121287658504 170.4485632726697 170.9746744407746 170.98286971930054 171.13724665850194 171.86998693354982 172.17455406286683 172.2018974858512 172.49214697131154 172.62381874892623 173.0384978783887 173.32345655265038 173.70004053620897 174.08372695799272 174.95500885352945 174.98811042238165 176.5127447077736 177.47420081211308 178.87707522284722
Money request (FPS) Baseline
Mean: 59.199 FPS
Stdev: 0.682 FPS (1.2%)
Runs: 57.759640088988625 57.87994215504671 57.890314786841856 57.89578130845027 58.10652232713662 58.155185825302674 58.29074441391226 58.357854622757884 58.38990852613943 58.392798005781714 58.40471964360988 58.51004207298887 58.580027499704975 58.67060824902683 58.67616496644413 58.70095979063901 58.76102487861132 58.78005123836288 58.798026858481585 58.818840420296816 58.857615008582655 59.08431021391012 59.10250280032506 59.16155471324929 59.18623611027894 59.20846270288426 59.25881066419238 59.346204382312656 59.35322577424102 59.36819209486781 59.36831191772796 59.40277761428531 59.44700051388449 59.473870025494335 59.54674459034214 59.58953476629166 59.59880343955714 59.62188604091913 59.739968492844014 59.755207694730366 59.76198336937967 59.80209076185106 59.80998811376445 59.81921198074397 59.92199077353184 59.962932280599546 59.98108403054279 60 60 60 60 60 60 60 60 60 60

Current
Mean: 59.112 FPS
Stdev: 0.764 FPS (1.3%)
Runs: 57.2079816341022 57.681674089040264 57.73762083214908 57.879535169082146 57.93442540352136 57.95912444547219 58.0038914889699 58.04202160942979 58.092112118445115 58.093905796206016 58.15276634453862 58.21673691588982 58.288123055261906 58.405812492509774 58.43906589546878 58.55496226085716 58.66395709984134 58.70627003101853 58.711759788535346 58.85770614653547 58.9096310610869 58.94549916363424 58.95868919709056 59.03024930321986 59.03731914707603 59.06489737426935 59.14610989763308 59.19197527028749 59.30353812156977 59.30806370653614 59.31361071679383 59.33200428938801 59.392646437359176 59.399049293385694 59.41806019520142 59.518477519610315 59.5641483615227 59.602441723068736 59.63637094541139 59.66600675821423 59.667469746204944 59.75480478711315 59.7652156458858 59.78029961600734 59.81655707232177 59.833618110495095 59.87297195821154 59.880278524867634 59.89549801311168 59.95065437821856 60 60 60 60 60 60 60 60 60
Money request (RAM) Baseline
Mean: 462.730 MB
Stdev: 7.931 MB (1.7%)
Runs: 447.7294921875 449.75341796875 450.0888671875 450.560546875 451.03759765625 451.58056640625 451.66238839285717 451.859375 452.142578125 452.45703125 452.87723214285717 452.93272569444446 454.9755859375 455.80859375 457.90185546875 457.943359375 459.45746527777777 459.57118055555554 459.716796875 459.787109375 460.08837890625 460.57470703125 460.84619140625 460.92529296875 461.34877232142856 461.3857421875 461.68017578125 462.01953125 462.27300347222223 462.51996527777777 462.5380859375 462.734375 463.56473214285717 463.70556640625 463.89794921875 465.1064453125 465.1494140625 465.2431640625 465.3046875 465.984375 466.83203125 467.013671875 467.07335069444446 467.38623046875 468.00694444444446 468.12152777777777 470.04248046875 470.22119140625 470.58251953125 471.62060546875 472.3330078125 472.74560546875 472.85888671875 474.58203125 474.97021484375 476.2109375 477.3146701388889 477.62109375 478.7974330357143

Current
Mean: 463.538 MB
Stdev: 6.527 MB (1.4%)
Runs: 449.8720703125 450.31684027777777 450.8041294642857 450.927734375 451.03759765625 452.14955357142856 452.9375 456.77734375 456.94287109375 457.23828125 457.373046875 457.7109375 457.9263392857143 459.123046875 459.62109375 459.748046875 461.291015625 461.54248046875 461.59228515625 462.01806640625 462.3818359375 462.5615234375 462.92578125 462.990234375 463.029296875 463.1689453125 463.302734375 463.48291015625 463.5478515625 463.91015625 464.26258680555554 464.5556640625 464.58251953125 465.0595703125 465.50223214285717 465.7986111111111 465.9252232142857 466.2673611111111 466.5458984375 466.75634765625 467.0126953125 467.84765625 467.9513888888889 468.23779296875 468.62065972222223 468.78515625 469.0869140625 469.67138671875 469.8298611111111 470.00347222222223 470.45751953125 470.92236328125 471.9130859375 472.44189453125 472.76475694444446 473.0416666666667 475.40234375 477.677734375
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: 38.339 %
Stdev: 0.885 % (2.3%)
Runs: 36.7 36.8 36.9 37 37.1 37.2 37.3 37.4 37.5 37.5 37.6 37.7 37.7 37.7 37.8 37.9 37.9 37.9 37.9 37.9 37.9 38 38.1 38.2 38.2 38.2 38.2 38.2 38.3 38.3 38.4 38.5 38.5 38.5 38.5 38.6 38.6 38.7 38.8 38.8 38.9 38.9 39.1 39.2 39.2 39.3 39.3 39.4 39.7 39.9 39.9 40.1 40.1 40.4

Current
Mean: 38.331 %
Stdev: 1.064 % (2.8%)
Runs: 36.4 36.6 36.6 37 37 37 37.1 37.4 37.5 37.5 37.6 37.6 37.6 37.6 37.6 37.6 37.7 37.7 37.7 37.7 37.8 37.8 37.9 37.9 37.9 37.9 38 38.1 38.1 38.1 38.2 38.2 38.3 38.4 38.5 38.7 38.7 38.8 38.8 38.9 39 39.3 39.3 39.3 39.4 39.5 39.6 39.6 39.7 39.8 39.9 40.3 40.4 40.5 41.1
Money request - Open Create Baseline
Mean: 124.495 ms
Stdev: 10.938 ms (8.8%)
Runs: 103.77067099977285 104.01346900034696 107.52254300005734 109.74658200051636 110.93550600018352 111.21158800087869 111.37935400009155 111.44148800056428 111.47131399996579 112.04292799998075 112.40568100009114 112.7987879998982 112.88016699999571 113.75948099978268 113.9703370006755 114.95939199998975 115.23767099995166 115.84200000017881 117.0218500001356 119.28194099944085 120.33899000007659 120.59631399996579 120.77522800024599 122.06127900071442 122.12190799973905 122.81738299969584 123.95365400053561 124.2813319992274 124.28141300007701 124.45162000041455 124.77058900054544 124.90629100054502 125.99706999957561 126.00394700001925 126.18839600030333 126.94368499983102 127.25109900068492 127.61641500052065 128.46561700012535 129.2279460001737 129.3358969995752 130.38688199967146 131.2523609995842 131.9283039998263 132.37858099956065 133.23136400058866 133.54378299973905 134.03678399976343 134.23120199982077 134.24552399944514 134.31901099998504 135.35502099990845 136.73132300004363 139.0786950001493 139.6729330001399 139.8881829995662 141.19091800041497 142.98229999933392 149.78039600048214 151.40246600005776

Current
Mean: 125.102 ms
Stdev: 9.236 ms (7.4%)
Runs: 100.31746399961412 103.60778800025582 108.27787300013006 111.89335100073367 112.02714100014418 113.85839900001884 114.56811599992216 114.73258499987423 114.94710300024599 115.53674300014973 116.84134900011122 117.03637699969113 117.48014300037175 118.00756900012493 118.41670800000429 119.08614100050181 119.32275399938226 119.73653199989349 119.85636399965733 120.96683800034225 121.01725200004876 121.5383299998939 122.69063299987465 123.34114599972963 124.07210299931467 124.12211100012064 124.73299099970609 124.83447299990803 124.86576300021261 125.5847570002079 126.39094999991357 126.89440899994224 127.13667799998075 127.82133000064641 127.93684899993241 129.07238699961454 129.19307500030845 129.40531500056386 129.45064300019294 129.68253500014544 130.21215800009668 130.46386700030416 130.66552700009197 130.97314499970526 131.27034599985927 131.37361699994653 132.10245699994266 132.76786299981177 133.81860399991274 134.07767799962312 134.31835999991745 135.62939500063658 136.10481700021774 136.7880859998986 137.405639000237 138.96748900040984 139.52107700053602 141.57576499972492 146.65828400012106

Copy link
Contributor

Performance Comparison Report 📊 (2/13)

Meaningless Changes To Duration (1/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
App start time nativeLaunch Baseline
Mean: 24.466 ms
Stdev: 3.041 ms (12.4%)
Runs: 20 20 20 21 21 21 21 22 22 22 22 22 22 22 22 22 22 22 22 22 22 23 23 23 23 24 24 24 24 24 24 24 24 25 25 25 25 25 25 25 26 26 26 26 26 27 27 28 28 28 28 28 29 29 30 31 32 33

Current
Mean: 24.300 ms
Stdev: 2.716 ms (11.2%)
Runs: 20 20 21 21 21 21 21 21 21 21 22 22 22 22 22 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 24 24 24 24 24 25 25 25 25 25 25 25 25 26 26 26 27 27 27 27 27 27 28 29 29 29 30 30 30 30
App start time nativeLaunchEnd_To_appCreationStart Baseline
Mean: 78.949 ms
Stdev: 9.260 ms (11.7%)
Runs: 62 63 64 65 66 66 67 68 70 70 70 72 72 72 73 73 74 74 74 74 75 75 75 76 76 76 76 77 77 78 78 79 79 79 81 81 81 81 82 83 83 83 84 85 85 85 86 88 88 88 89 89 90 91 92 97 98 100 103

Current
Mean: 80.417 ms
Stdev: 10.324 ms (12.8%)
Runs: 58 64 65 66 66 67 68 68 69 69 70 71 71 71 73 73 73 74 74 76 76 76 77 77 78 78 78 79 79 80 80 80 81 82 82 83 83 83 84 84 84 85 85 86 86 87 88 89 89 90 91 91 93 94 96 97 99 100 102 107
App start time appCreation Baseline
Mean: 66.293 ms
Stdev: 7.323 ms (11.0%)
Runs: 50 53 55 57 58 58 58 58 59 59 59 60 60 60 61 62 62 62 62 63 63 63 63 63 64 64 64 65 65 65 66 66 67 67 67 67 69 69 70 70 71 71 71 71 72 72 72 73 74 75 75 75 76 79 80 80 81 84

Current
Mean: 69.034 ms
Stdev: 9.434 ms (13.7%)
Runs: 53 54 54 56 56 57 57 59 59 59 60 61 61 61 62 62 62 63 63 63 64 64 65 65 65 66 67 67 68 69 69 69 69 70 70 72 73 73 74 74 74 74 75 76 76 77 77 78 80 80 83 83 84 85 85 85 86 91

Copy link
Contributor

Performance Comparison Report 📊 (3/13)

Meaningless Changes To Duration (2/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
App start time appCreationEnd_To_contentAppeared Baseline
Mean: 526.911 ms
Stdev: 36.280 ms (6.9%)
Runs: 445 456 459 468 472 473 484 488 490 496 498 500 500 504 508 510 511 514 515 516 517 518 518 519 520 522 525 525 525 525 528 530 532 533 534 534 534 538 541 542 549 551 554 555 555 559 560 562 570 572 576 578 591 600 603 605

Current
Mean: 518.158 ms
Stdev: 42.707 ms (8.2%)
Runs: 437 445 447 450 461 465 474 475 476 477 480 480 483 483 487 491 493 494 495 501 504 505 506 507 507 509 513 513 513 515 517 520 521 522 524 527 529 536 538 538 539 540 546 546 546 549 549 554 562 565 566 573 584 604 613 619 622
App start time runJsBundle Baseline
Mean: 317.300 ms
Stdev: 18.324 ms (5.8%)
Runs: 277 277 284 284 284 284 284 284 285 285 291 291 292 292 293 293 294 294 296 296 297 297 298 298 299 299 300 300 301 301 303 303 304 304 305 305 309 309 309 309 309 309 310 310 310 310 311 311 313 313 317 317 318 318 319 319 320 320 322 322 323 323 323 323 324 324 324 324 324 324 327 327 327 327 327 327 328 328 329 329 329 329 330 330 330 330 331 331 331 331 332 332 332 332 332 332 334 334 337 337 337 337 338 338 338 338 340 340 340 340 340 340 341 341 342 342 346 346 348 348

Current
Mean: 317.167 ms
Stdev: 20.359 ms (6.4%)
Runs: 267 267 279 279 284 284 287 287 288 288 289 289 291 291 292 292 294 294 295 295 299 299 300 300 301 301 301 301 302 302 304 304 304 304 304 304 305 305 306 306 308 308 309 309 310 310 310 310 311 311 312 312 313 313 314 314 314 314 314 314 315 315 316 316 319 319 319 319 320 320 323 323 323 323 324 324 327 327 327 327 329 329 329 329 330 330 332 332 335 335 335 335 336 336 336 336 338 338 339 339 340 340 342 342 345 345 346 346 347 347 348 348 349 349 350 350 350 350 354 354
App start time regularAppStart Baseline
Mean: 0.020 ms
Stdev: 0.002 ms (9.8%)
Runs: 0.016315999906510115 0.016478999983519316 0.01656099990941584 0.016561000142246485 0.017333999974653125 0.017374999821186066 0.01745599997229874 0.017537000123411417 0.017782000126317143 0.01782199996523559 0.017862000036984682 0.017863000044599175 0.018514000112190843 0.018839000025764108 0.01904299994930625 0.019084000028669834 0.01920600002631545 0.019328000023961067 0.019368999870494008 0.01944900001399219 0.019450000021606684 0.01953199994750321 0.01961299986578524 0.019653999945148826 0.019694000016897917 0.019733999855816364 0.0197350000962615 0.019816000014543533 0.01989799994044006 0.01997899985872209 0.02002000017091632 0.020100999856367707 0.020345000084489584 0.0204670000821352 0.02050799992866814 0.0206300001591444 0.020711000077426434 0.02087399992160499 0.020955999847501516 0.021036999998614192 0.021036999998614192 0.021117999916896224 0.0211990000680089 0.02132200007326901 0.02140299999155104 0.021932000061497092 0.022053999826312065 0.022176000056788325 0.022786000045016408 0.022867999970912933 0.02311200019903481 0.023234000196680427 0.023234000196680427 0.025757000083103776

Current
Mean: 0.020 ms
Stdev: 0.002 ms (10.5%)
Runs: 0.01595000014640391 0.01721199997700751 0.01721199997700751 0.017577999969944358 0.01765899988822639 0.017985000042244792 0.017985000042244792 0.018025999888777733 0.018025999888777733 0.0181470001116395 0.01822899980470538 0.018392000114545226 0.018514000112190843 0.018962000031024218 0.018962000031024218 0.01904299994930625 0.01904299994930625 0.01908300002105534 0.019124000100418925 0.019124000100418925 0.019205999793484807 0.019247000105679035 0.019287000177428126 0.01936800009571016 0.0194089999422431 0.0194089999422431 0.019491000100970268 0.019653000170364976 0.01981599978171289 0.020060000009834766 0.020141999935731292 0.020142000168561935 0.02018199977464974 0.020183000015094876 0.02038499992340803 0.020385999931022525 0.020466999849304557 0.02050799992866814 0.020751999923959374 0.020955000072717667 0.020955000072717667 0.021117999916896224 0.021361999912187457 0.021810000063851476 0.02193199982866645 0.022298000054433942 0.02242000005207956 0.02254300005733967 0.02254300005733967 0.022705000126734376 0.02282699989154935 0.02294900012202561 0.023600999964401126 0.02421099995262921 0.02514699986204505 0.025391000090166926 0.025513000087812543

Copy link
Contributor

Performance Comparison Report 📊 (4/13)

Meaningless Changes To Duration (3/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
App start time (CPU) Baseline
Mean: 146.653 %
Stdev: 7.424 % (5.1%)
Runs: 135.50793650793653 136.78848751180297 136.79693550046025 137.12446632424042 137.2394233387121 138.125 138.24257844871553 138.43382610110962 138.56875119525728 139.4422310756972 139.58998181917187 139.6125584502338 140.35503349934189 140.4551941183673 140.80450629556003 140.86477313186907 141.06810800805377 141.7197109191706 141.8876565498352 141.97781223905523 141.98892663017043 143.02672129344626 143.49775190345918 143.534114367612 143.64843540222415 143.95096260072035 144.577909702439 144.99435308882002 145.05589271134133 145.25399408402612 145.3476099393438 145.84327479798947 145.90768641165062 145.91785594959669 147.16520729372627 147.43230989662197 147.76988780934636 148.41939023157025 148.5235385670875 149.4215574121849 149.47373925074396 149.8325584236731 150.66386412277313 150.80351886027796 151.21421357896395 151.49755683843287 152.07659552166447 153.3663366336634 154.29442553110283 154.87034895602375 155.58299161327102 156.2029422720866 157.44466800804835 158.05381779132185 159.06205705671067 159.80200465494107 160.40140907998418 165.61303114447784 166.38152610441767

Current
Mean: 146.736 %
Stdev: 5.951 % (4.1%)
Runs: 134.75456512057013 135.94712242325545 136.68191380541563 138.4407809422885 138.58300101208454 138.76859085965174 139.94189310090576 140.19505678022708 140.4724956976995 140.5603498918199 141.08681245858182 141.87104759552247 142.01794409159507 142.41325262699453 142.6231034043096 142.81979856268063 143.17397078353247 143.3478975427907 143.38801473137133 143.7408688598897 143.87609286448625 144.41922578823525 144.89225589225583 144.9460319293422 145.04324683965407 145.72192920838634 145.739155253625 145.86130645257683 145.97633672799208 146.12837816430635 146.50199203187245 146.5743119705546 146.9034480010591 147.029681253246 147.07949055775146 147.36111465817288 147.39597110998892 147.7296395825595 147.85576008173882 147.9403319188079 148.01321052673768 148.67375736169612 149.2771948214471 149.60661442708712 149.88742425089225 150.15121213599335 150.17536415237169 150.40138693735122 151.04977551384303 151.8251331969471 153.64668691817204 154.5712849518065 155.22569319192942 155.5751897479269 156.7817632062608 156.82590192867335 157.7968865330388 159.21157646458852 159.45094373995073 160.19203647281333
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 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
App start time (RAM) Baseline
Mean: 383.874 MB
Stdev: 6.589 MB (1.7%)
Runs: 367.7421875 369.5390625 370.619140625 371.05859375 371.546875 372.5494791666667 376.2669270833333 377.1875 378.0546875 378.8046875 378.806640625 378.974609375 379.04296875 379.80078125 380.2317708333333 380.51171875 380.7903645833333 381.3372395833333 381.5052083333333 381.6822916666667 382.578125 382.609375 382.7421875 383.0494791666667 383.1341145833333 383.1953125 383.2578125 383.3203125 383.3229166666667 383.5390625 385.3450520833333 385.36328125 385.55078125 385.6236979166667 387.0377604166667 387.4453125 387.49609375 387.53125 387.5716145833333 387.671875 387.9765625 388.1064453125 388.44921875 388.6796875 388.734375 388.8098958333333 389.1236979166667 389.8606770833333 390.19921875 390.9127604166667 391.09375 393.1875 393.2799479166667 393.326171875 393.634765625 394.458984375 397.5572916666667

Current
Mean: 381.637 MB
Stdev: 7.074 MB (1.9%)
Runs: 362.654296875 370.171875 371.01953125 371.1263020833333 371.365234375 371.501953125 371.7122395833333 372.0260416666667 372.265625 372.9309895833333 374.162109375 375.6119791666667 376.3255208333333 377.1236979166667 377.75 377.8971354166667 378.2607421875 378.3502604166667 378.9830729166667 379.4153645833333 379.4544270833333 379.5026041666667 379.6393229166667 379.7096354166667 380.1575520833333 380.4361979166667 381.0677083333333 381.4440104166667 381.6015625 381.748046875 382.662109375 382.9440104166667 383.078125 384.4830729166667 384.5442708333333 384.71484375 384.7955729166667 385.1106770833333 385.2044270833333 385.4505208333333 385.5872395833333 385.6549479166667 386.2174479166667 386.7526041666667 386.82421875 386.880859375 388.1341145833333 388.4075520833333 389.7721354166667 389.7786458333333 390.328125 392.1145833333333 392.4791666666667 393.2526041666667 393.5364583333333 394.2643229166667 394.9388020833333

Copy link
Contributor

Performance Comparison Report 📊 (5/13)

Meaningless Changes To Duration (4/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
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
App start time (CPU/UI) Baseline
Mean: 24.148 %
Stdev: 3.060 % (12.7%)
Runs: 17 18.4 20 20.7 20.7 20.8 21.1 21.3 21.3 21.3 21.3 21.4 21.9 21.9 22.4 22.5 22.5 22.6 22.6 22.6 22.7 22.7 23 23.2 23.2 23.3 23.4 23.4 23.5 23.5 23.8 23.8 24 24 24.1 24.5 24.5 24.6 24.6 24.7 24.9 25.1 25.7 25.8 26 26.5 27 27.1 27.3 28 28.3 28.7 29.1 29.8 29.9 30.3 31.1 31.2

Current
Mean: 23.834 %
Stdev: 2.496 % (10.5%)
Runs: 18 18.1 19.7 20 20.7 21.1 21.2 21.7 22 22 22 22.1 22.1 22.6 22.7 22.7 22.7 22.7 22.7 22.7 22.7 22.7 23.1 23.2 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.9 23.9 24 24 24 24 24 24.7 25.3 25.4 25.9 26 26 26 26.1 26.3 26.5 27 27.2 27.3 27.3 28 28.3 29.1 30
Open search router TTI Load Search Options Baseline
Mean: 162.734 ms
Stdev: 7.576 ms (4.7%)
Runs: 147.90295400004834 148.76550300000235 149.248413000023 149.55485000042245 151.09611000027508 152.32194000016898 152.85628299973905 153.37792999995872 153.97603300004266 153.9785569999367 154.41288299998268 155.37231400003657 155.41048099985346 156.23567799990997 156.38659599982202 156.86035099998116 157.06201200000942 158.0708820000291 158.29915300011635 158.4291179999709 159.29602100001648 159.3024499998428 159.48392799962312 159.518309999723 159.6481119999662 159.80932600004598 161.28092399984598 161.86267099995166 161.93961599981412 162.74235100019723 163.00492300000042 163.9815270002 165.15238399989903 165.61271100025624 165.9809570000507 166.07035299995914 166.66365600004792 166.9365229997784 167.06648700032383 167.14436900010332 167.27583799976856 167.94608499994501 168.32259200001135 168.41263799974695 168.4694010000676 168.47709099994972 169.09061700012535 169.7326250001788 169.97326599992812 170.7419029995799 171.75439500017092 172.12089100014418 172.28918399987742 172.518025000114 172.6478270003572 172.67789700021967 173.49772199988365 174.67386899981648 175.0511479997076 176.2653810000047

Current
Mean: 163.934 ms
Stdev: 9.376 ms (5.7%)
Runs: 146.21329699992202 147.1850179999601 149.48038800014183 150.06730100000277 151.2300619999878 151.27323399996385 151.4740400002338 152.0385739998892 152.07600899995305 152.61214200011455 152.66666699992493 152.8463139999658 152.96077399980277 153.19946299958974 153.88863100018352 156.87276199972257 157.43074500001967 158.01061999984086 158.69966700021178 159.17513000033796 159.1761880000122 159.24328600009903 160.13240500027314 160.47672599973157 160.4832760002464 160.49312400026247 160.58011900028214 161.28023300040513 162.260050999932 164.43001299956813 165.88651599967852 166.0227049998939 167.10864199977368 167.11421700008214 167.52433299971744 168.2332770000212 168.95060299988836 169.64058399992064 169.74332599993795 170.4070640001446 170.9458010001108 171.17008499987423 171.32161499978974 171.90836599981412 172.07076000003144 172.68497800035402 172.92484499979764 173.15380899980664 173.2985030002892 173.8024499998428 174.35217300010845 174.4649249999784 174.47220900002867 174.4867349998094 174.85538800014183 176.08785000024363 176.73335799993947 179.39497900009155 179.61759499972686 179.68241399992257

Copy link
Contributor

Performance Comparison Report 📊 (6/13)

Meaningless Changes To Duration (5/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
Open search router TTI Open Search Router TTI Baseline
Mean: 1248.123 ms
Stdev: 68.453 ms (5.5%)
Runs: 1056.5065919999033 1057.5129809998907 1057.6477870000526 1061.9036460001953 1063.1553549999371 1064.1427819998935 1064.9145510001108 1065.7930100001395 1066.6301679997705 1074.403239000123 1079.2929279999807 1080.0172129999846 1096.3895680001006 1098.413087000139 1104.3857829999179 1107.6206060000695 1109.0583099997602 1109.4479179996997 1112.463257999625 1112.4639079999179 1112.488730000332 1120.906820999924 1121.076619999949 1122.4554860000499 1124.828532999847 1124.9937749998644 1125.8315029996447 1127.9810790000483 1128.493530999869 1134.1204840000719 1134.709433000069 1135.4225270000752 1136.2050379998982 1138.6003829999827 1140.8332119998522 1143.0000410000794 1146.0219329996035 1147.124797000084 1147.6820479999296 1150.001505999826 1151.588012999855 1151.782918999903 1151.9605719996616 1152.827922000084 1152.9052329999395 1153.3300379998982 1153.9608160001226 1156.6204019999132 1159.4042569999583 1160.8377689998597 1162.0021569998935 1163.249147000257 1165.6863200003281 1166.07421900006 1167.300578000024 1167.5427259998396 1168.397867999971 1168.6800539996475 1169.51615400007 1170.0158289996907 1172.9794519999996 1175.1179199996404 1176.1988530000672 1176.4989829999395 1177.5553799998015 1178.048340999987 1179.4869389999658 1180.6486009999644 1180.6948659999762 1180.6948659999762 1180.7454840000719 1181.6007079998963 1181.8527440000325 1181.9682620000094 1183.410116000101 1183.4578859996982 1183.8832200001925 1183.995281000156 1184.3638100000098 1184.951701999642 1185.4469410004094 1186.8894050000235 1187.7237150003202 1188.2078860001639 1188.6528739999048 1188.8771170000546 1189.9656579999719 1190.3065189998597 1191.4173179999925 1192.5834959996864 1192.5834959996864 1192.6901039998047 1193.0240079998039 1193.0532639999874 1193.1628829999827 1193.4579269997776 1193.8048100001179 1194.1212160000578 1194.40808199998 1194.474813000299 1194.4997159997001 1197.0054119997658 1197.4660649998114 1198.7248129998334 1199.2702230000868 1201.2236330001615 1201.414632000029 1201.9992280001752 1202.2622890002094 1202.5102549998555 1202.7669679997489 1202.8510750001296 1202.9851480000652 1203.4154460001737 1203.7300619999878 1203.8239339999855 1203.9134529996663 1204.4674479998648 1204.7953289998695 1205.3385830000043 1205.8541679999325 1205.967244999949 1206.520101999864 1206.570963999955 1206.6468509999104 1210.3584800004028 1210.415405999869 1210.6202809999231 1210.7084149997681 1210.754558000248 1211.1828620000742 1211.2177740000188 1211.5154219996184 1212.060628999956 1212.3881840002723 1213.2733569997363 1213.8702799999155 1213.9174399999902 1214.644328000024 1214.9803470000625 1214.9894220000133 1215.1421719999053 1215.3017580001615 1216.5861819998827 1216.6793220001273 1217.6304130000062 1217.6556400000118 1218.5309660001658 1219.009074000176 1219.4584149997681 1219.9954030001536 1220.6211749999784 1220.6455899998546 1220.6455899998546 1221.7231040000916 1221.7623290000483 1222.203248000238 1223.190716000041 1223.6444500000216 1223.9635009998456 1224.5467530000024 1224.7406820000615 1225.6367600001395 1226.2041840003803 1226.6351330000907 1226.8234459999949 1227.612712000031 1227.969442000147 1228.1175540001132 1228.4670009999536 1228.9844570001587 1229.1384290000424 1229.9974779998884 1230.6122639998794 1231.0302740000188 1231.0302740000188 1231.180583999958 1231.3231210000813 1231.6263429997489 1231.7725829998963 1231.7948819999583 1231.8586020001676 1232.9173590000719 1232.9173590000719 1233.2963870000094 1233.4582519996911 1233.9405120001175 1233.984701000154 1234.5682789999992 1234.6866870000958 1234.8341879998334 1235.0571699999273 1236.0857750000432 1236.5229899999686 1236.6233330001123 1237.366781000048 1237.803833000362 1238.1394859999418 1238.2194829997607 1238.9544280003756 1239.377807999961 1239.939981999807 1239.9405519999564 1241.48620699998 1241.7906499998644 1241.8988449997269 1242.1051839999855 1242.1297610001639 1243.285116000101 1243.8497729999945 1243.906047000084 1244.0458180001006 1244.410319000017 1244.9160159998573 1244.929770000279 1245.0334070003591 1245.2425540001132 1245.288413000293 1245.3500569998287 1246.041830000002 1246.2443849998526 1246.609375 1246.9399830000475 1247.0080170000438 1247.2734380001202 1247.5701089999638 1248.5934250000864 1249.1368820001371 1249.890788000077 1250.0729979998432 1250.1567800003104 1250.3863119999878 1250.498942999635 1250.5503349998035 1250.5941169997677 1250.9156100000255 1251.4744060002267 1252.369955000002 1252.9756280002184 1253.8663329998963 1253.969157999847 1253.9822189998813 1254.0146889998578 1254.0752360001206 1254.3699960000813 1254.6149510000832 1254.8106700000353 1255.8989260001108 1255.9047049998771 1256.1003829999827 1256.808310000226 1256.8506680000573 1256.8506680000573 1257.1776539999992 1257.3314629998058 1257.3314629998058 1257.5454929997213 1258.5371509999968 1258.8927819998935 1258.9252929999493 1259.0768239996396 1259.096557999961 1259.2112229997292 1259.27787300013 1259.4311939999461 1259.9264329997823 1260.1219899998978 1260.5610759998672 1261.201090999879 1261.476319000125 1262.0948089999147 1262.3583990000188 1262.4547129999846 1262.6773280003108 1262.8003749998752 1262.9777029999532 1263.453817000147 1264.8137620002963 1264.8208419997245 1265.8406170001253 1266.0527749997564 1266.0979419997893 1266.454346000217 1266.4549969998188 1266.535442000255 1266.794840999879 1267.0457359999418 1267.0691329999827 1267.1096609998494 1267.7865410000086 1268.212117999792 1268.6916510001756 1269.0962740001269 1269.098063999787 1269.980671999976 1270.4313159999438 1270.9777440000325 1272.1279310001992 1272.1279310001992 1273.007487999741 1273.041993000079 1273.325887999963 1273.8717050002888 1274.1608489998616 1274.630371000152 1274.646443999838 1274.7390959998593 1274.7930509997532 1275.140422000084 1275.2798669999465 1275.6182859996334 1276.037924000062 1276.1188159999438 1276.128866000101 1276.9920260002837 1278.048380999826 1278.2061779997312 1278.2789719998837 1278.8753669997677 1279.7011719997972 1280.2153329998255 1280.2153329998255 1281.6499850000255 1283.3617759998888 1284.0201829997823 1285.0720629999414 1285.3323579998687 1285.516438999679 1285.5244959997945 1286.104166999925 1286.2991539998911 1287.075724999886 1287.1335459998809 1287.209717999678 1287.209717999678 1287.652710000053 1287.6831879997626 1288.274497000035 1288.582601999864 1289.4645599997602 1289.4645599997602 1290.394288000185 1290.8527830000967 1291.4339199997485 1291.4741630000062 1291.681925999932 1291.8448089999147 1292.095418999903 1292.475424000062 1292.541261000093 1293.286092999857 1294.1468110000715 1294.3038739999756 1294.3379320004024 1295.078614000231 1295.7322589997202 1295.8485110001639 1295.8485110001639 1296.6125900000334 1296.6949470001273 1297.1623539999127 1297.956625000108 1297.956625000108 1298.206543999724 1299.2761649996974 1299.6677660001442 1299.6677660001442 1300.2733160001226 1300.3469250001945 1300.3933929996565 1300.5927749997936 1300.7048760000616 1300.9708259999752 1301.6967780003324 1302.7157399998978 1303.2965499996208 1303.4238289999776 1304.1702479999512 1304.9497889997438 1305.4114180002362 1306.102622000035 1306.102622000035 1306.2614749995992 1306.9860840002075 1307.8094080002047 1307.9040939998813 1308.017090999987 1308.8212890001014 1309.0423999996856 1309.320313999895 1309.6732600000687 1309.9537769998424 1310.0051279999316 1310.3252779999748 1310.7567560002208 1311.4012859999202 1311.712809999939 1311.8448900002986 1312.9249280001968 1312.9249280001968 1312.9844969999976 1313.331096000038 1313.5561119997874 1313.6426189998165 1314.7360030002892 1315.1308190003037 1315.4003510000184 1316.6640629996546 1316.6779379998334 1316.76745699998 1318.023275999818 1318.5884199999273 1319.0520029999316 1319.0775560000911 1319.7724210000597 1319.8427749997936 1320.5264900000766 1321.2554529998451 1321.5886240000837 1322.167114999611 1322.4089359999634 1323.440471000038 1325.2159019997343 1326.1903489995748 1326.9003510000184 1327.4287119996734 1327.5760919996537 1328.8187669999897 1328.8187669999897 1329.3896490000188 1329.3896490000188 1329.5260830000043 1329.8649100000039 1330.2922780001536 1330.2922780001536 1331.0728759998456 1331.1293959999457 1331.1293959999457 1331.1480720001273 1333.8247079998255 1333.875734000001 1334.4420579997823 1335.9648850001395 1336.5972099998035 1338.2123619997874 1338.542603999842 1339.882569000125 1339.9081630003639 1340.6815189998597 1340.9583749999292 1343.4613449997269 1343.4613449997269 1344.3201510002837 1345.5448819999583 1349.6875009997748 1349.7802740000188 1351.4809169997461 1351.4809169997461 1351.7465010001324 1352.6656909999438 1352.6656909999438 1355.5533050000668 1357.6517350003123 1357.9294030000456 1360.93489699997 1362.7343349996954 1363.0575360003859 1364.7236750000156 1364.7922370000742 1372.7251389999874 1375.3888759999536 1388.390585000161 1393.915487000253 1402.7522390000522 1402.7522390000522 1423.7539070001803 1431.0523279998451 1435.9778250004165 1442.3775240001269

Current
Mean: 1280.450 ms
Stdev: 83.701 ms (6.5%)
Runs: 1047.9702149999794 1048.8707690001465 1052.026368000079 1053.7080489997752 1055.222616000101 1057.4093829998747 1060.0484219999053 1060.5194909996353 1062.1991779999807 1063.0053709996864 1065.7929279999807 1068.4932459997945 1070.9130859998986 1080.0676680002362 1096.896443999838 1099.754232000094 1104.1907560001127 1112.7552090003155 1117.4318849998526 1117.4971520002 1119.2216400001198 1129.92370699998 1134.7236330001615 1135.71696000034 1143.175375000108 1143.8530279998668 1145.7823089999147 1146.7272959998809 1147.3532310002483 1148.646769999992 1148.6691899998114 1150.141317000147 1151.1999109997414 1151.3542080000043 1152.0681149996817 1154.1499850000255 1154.450440000277 1155.6251219999976 1157.7325439997949 1157.906615999993 1159.0775970001705 1161.6022960001137 1161.883992999792 1162.9128419999033 1167.466512999963 1168.14086999977 1170.026368000079 1173.3046470000409 1175.2173669999465 1177.0960289998911 1177.7488609999418 1177.7583419997245 1177.8942060000263 1178.249715999933 1180.1057140002958 1180.3904219996184 1180.83752500033 1181.2505700001493 1181.7334799999371 1184.0870370003395 1185.2839359999634 1185.6142579996958 1186.8829759999644 1188.0309660001658 1191.6542969997972 1191.7287200000137 1191.865193999838 1192.6617030003108 1194.0188810001127 1194.024699000176 1195.0709239998832 1195.2808029996231 1196.3117269999348 1197.7204599999823 1198.1541749997996 1198.3205969999544 1198.9554050001316 1199.719076000154 1202.5622979998589 1202.7095539998263 1203.1321620000526 1204.3631190001033 1205.5052079996094 1205.5666509999428 1207.4617520002648 1207.554117999971 1209.5049640000798 1210.1844490000512 1210.5195319997147 1210.525391000323 1210.8232019999996 1211.4139419998974 1211.573080000002 1211.8059910000302 1212.2939049997367 1212.3770359999035 1212.4279789999127 1212.5805259998888 1214.2305099999066 1215.6239020000212 1215.9132090001367 1216.8681640001014 1218.6847329996526 1218.7637950000353 1219.0067960000597 1219.4972749999724 1219.5900890002958 1219.7163089998066 1220.2894290001132 1220.5858979998156 1222.4308269997127 1222.4508469998837 1223.2838139999658 1223.4979249997996 1224.2600099998526 1225.7093919999897 1226.6737469998188 1226.7400730000809 1226.8493249998428 1228.3500990001485 1228.5879319999367 1229.1408289996907 1230.6349289999343 1230.8410649998114 1230.9841310000047 1231.3232839999255 1232.4068609999958 1233.2548829996958 1233.2548829996958 1233.4012459998485 1233.7014159997925 1234.4521490000188 1234.4550779997371 1234.5778009998612 1235.626018000301 1236.003500000108 1236.2467869999819 1236.6338709997945 1237.0329999998212 1237.3144539999776 1237.4943439997733 1237.6191010000184 1238.0550949997269 1239.1756589999422 1239.223266999703 1239.5541590000503 1240.4087329998147 1240.7731540000532 1242.4408380002715 1242.6848559998907 1243.3421630002558 1244.4549980000593 1244.458130999934 1244.793985999655 1244.816813999787 1245.0477709998377 1245.4265550002456 1245.6748459998053 1245.8201089999638 1245.8813490001485 1246.3688559997827 1246.6345220000949 1246.8854979998432 1247.121744999662 1247.317505999934 1247.6317549999803 1248.0851239999756 1249.941732000094 1250.0189209999517 1251.5467539997771 1251.686158000026 1251.686158000026 1251.9874269999564 1252.1479500001296 1252.2848720001057 1252.285360999871 1252.5570069998503 1252.8672690000385 1253.1830649999902 1253.3987230001949 1253.4212250001729 1253.5171719999053 1253.793335000053 1254.0846770000644 1255.1328949998133 1255.317097999854 1255.834675999824 1256.174561999971 1256.291790000163 1256.3481859997846 1258.3487960002385 1259.771809999831 1259.771809999831 1260.0851239999756 1260.326946000103 1260.5631520000752 1260.665974999778 1261.0431730002165 1261.059286000207 1262.2170409997925 1262.5181080000475 1262.991536999587 1263.2250169999897 1263.2422699998133 1263.8053389997222 1263.883545000106 1263.9321699999273 1265.0929370000958 1266.5723469997756 1266.6022139997222 1266.654378999956 1269.0596930002794 1269.415934999939 1269.975626999978 1270.1315930001438 1270.8805760000832 1271.261353999842 1271.3639329997823 1271.424032999901 1271.8742280001752 1271.8832199997269 1272.2116300002672 1272.3281259997748 1273.132406000048 1274.5024830000475 1274.5613609999418 1275.029052999802 1275.1061609997414 1275.9977219998837 1276.3241380001418 1276.3708509998396 1277.1765550002456 1278.4518639999442 1278.5934660001658 1278.8093670001253 1279.255818999838 1279.8420830001123 1280.7907310002483 1280.9254570002668 1281.9658619998954 1281.9961760002188 1283.7754309996963 1284.5875660001766 1284.5995690003037 1285.2993570002727 1285.6804609997198 1285.9143880000338 1285.9143880000338 1286.4790449999273 1286.7861329996958 1286.8390709999949 1286.8390709999949 1287.0371099999174 1287.487712000031 1288.1512859999202 1288.2736009997316 1288.9269210002385 1289.4525560000911 1291.485067000147 1291.872436999809 1291.8744310000911 1292.76330600027 1293.6771249999292 1293.986533000134 1294.081298999954 1295.6645920001902 1295.9292000001296 1297.3130700001493 1297.7161460001953 1298.1541349999607 1298.8579919999465 1299.5643309997395 1299.629110999871 1300.58280499978 1301.6847740001976 1302.300212000031 1302.4677329999395 1303.2571620000526 1303.7086589997634 1305.0298669999465 1305.2973239999264 1305.5060639996082 1305.51460900018 1306.0306400000118 1308.2965910001658 1308.6134449997917 1309.2274989997968 1310.2895509996451 1310.5369060002267 1311.9326989999972 1313.2648120000958 1313.5467530000024 1314.0469570001587 1314.3877770002 1314.5631110002287 1314.7246099999174 1314.8332120003179 1314.9751800000668 1314.9751800000668 1315.1814790000208 1316.0071629998274 1316.2768569998443 1317.183960000053 1319.195069000125 1320.0735679999925 1320.1127929999493 1320.1660559996963 1320.8068039999343 1320.9272870002314 1320.950195999816 1321.4785159998573 1322.0163980000652 1322.9023450003006 1323.3895680001006 1324.755492999684 1324.755492999684 1324.8601899999194 1325.37683199998 1325.6598310000263 1325.6598310000263 1325.7042239997536 1325.7311210003681 1326.850097999908 1326.850097999908 1327.00077399984 1327.010132000316 1327.2010099999607 1327.2967940000817 1327.3057059999555 1327.9243580000475 1328.998128999956 1329.9425870003179 1331.312297000084 1331.575724999886 1331.575724999886 1331.73046900006 1332.0156660000794 1332.1615400002338 1332.2413739999756 1332.7221679999493 1333.031739000231 1333.2273369999602 1333.2273369999602 1334.5893149999902 1334.865559999831 1334.9510920001194 1334.9913739999756 1335.2787689999677 1335.5610360000283 1335.8509129998274 1337.1177169997245 1337.6029469999485 1337.806559999939 1338.1311860000715 1338.8019209997728 1339.5510660000145 1340.2796229999512 1340.6295989998616 1341.103434999939 1341.1088879997842 1342.0673019997776 1342.0811780001968 1343.257732000202 1343.626465999987 1343.6297200000845 1343.6297200000845 1343.7291259998456 1344.347779000178 1345.7268479997292 1345.7803150000982 1345.9485679999925 1346.2052009999752 1346.668945999816 1346.668945999816 1347.0134290000424 1347.0253909998573 1347.4892180003226 1348.572714000009 1349.1983650000766 1349.3020030003972 1349.449585000053 1349.5284829996526 1350.344849999994 1351.460328000132 1352.5179449999705 1352.7908129999414 1352.9993900000118 1353.7507330002263 1354.8958339998499 1354.9584160000086 1355.5008559999987 1355.9527179999277 1356.0362959997728 1356.3189699999057 1356.4421800002456 1357.0242929998785 1357.1650809999555 1357.1650809999555 1358.012411000207 1359.2375500001945 1360.1356200003065 1360.2864999999292 1360.6934420000762 1360.860109000001 1360.8744710003957 1361.01692799991 1361.316976999864 1362.2404790003784 1362.4543469999917 1362.5763360001147 1362.9062510002404 1362.9062510002404 1362.935589000117 1365.6946629998274 1365.7862150003202 1368.3037930000573 1368.3037930000573 1368.781739000231 1369.0532639999874 1369.1997080002911 1369.4495859998278 1369.6870939997025 1369.9073090003803 1370.2186690000817 1370.9209389998578 1371.810465999879 1372.294840999879 1372.294840999879 1372.5260420003906 1372.9608559999615 1373.7505299998447 1374.6478279996663 1374.96382800024 1374.9646009998396 1376.8341479999945 1377.804933000356 1378.5295819998719 1378.6630060002208 1380.7206629998982 1382.8971370002255 1382.8971370002255 1382.94165099971 1382.94165099971 1384.742391999811 1385.355469999835 1386.2840180001222 1386.4005950000137 1387.8732110001147 1388.287434999831 1389.1804210003465 1390.0759280002676 1390.0759280002676 1391.1992600001395 1391.9788010003977 1392.95389899984 1394.063965999987 1394.163413000293 1395.7889410001226 1396.5516770002432 1398.1849380000494 1399.7334810001776 1400.0089930002578 1400.0475269998424 1401.7853200002573 1402.7983000003733 1405.1866060001776 1406.2783619998954 1408.0370280002244 1408.6195080000907 1411.3747979998589 1417.4022630001418 1417.7417000001296 1418.2749439999461 1418.8925780002028 1419.5185970002785 1425.5504160001874 1426.4431150001474 1433.8355720001273 1434.0898850001395 1442.4352220003493 1490.5485840002075 1490.5485840002075 1497.3260099999607 1506.7489829999395 1513.8729249997996
Open search router TTI (CPU) Baseline
Mean: 142.352 %
Stdev: 2.304 % (1.6%)
Runs: 138.16064887671024 138.39981590669214 138.55382405634822 138.80710373277665 138.82092627919687 138.91541515973202 139.03469325918627 139.19729400084913 139.33366805313804 139.78827483046774 139.92193391744095 140.35206327815024 140.5862766528784 140.8974344133777 140.97225592507172 141.05890680705073 141.10358542120954 141.25107951834937 141.2951153936047 141.35420245593951 141.386375862859 141.48990467884153 141.7564386723927 141.9401910962014 142.1152596357935 142.1363455902677 142.20802296226125 142.25170731529295 142.28720748508502 142.72654119579656 142.7397037466482 142.78211178727037 142.83680312756542 142.8833853263244 143.14247503631634 143.2733877635897 143.30981406029656 143.38641195202294 143.47524304452057 143.51845448273122 143.58141960602055 143.6108739908133 143.72662278130565 143.76447086767337 143.78271891342027 143.89514376957453 144.02401304536826 144.15304061268026 144.2424268629838 144.364740578852 145.73673661146955 145.76487864246002 145.85969670509428 146.60355849273168 146.8342157620849 146.9058409078259 147.75481354392653

Current
Mean: 143.762 %
Stdev: 2.104 % (1.5%)
Runs: 138.65943363180068 138.9899602100622 140.0099667719511 140.31762799717765 140.49356422907303 140.85956174520504 140.96695349527738 141.0992994091499 141.15829037771792 141.4625664910696 141.52670609386175 141.95561503543843 141.9923473492178 142.0836909777935 142.60629336137208 142.7101007871317 142.7267667958816 142.7554633480875 142.8218254618365 142.85552321919909 142.85792675922917 143.11724068268083 143.14283340191642 143.5611548301427 143.76036513299232 143.76565242058177 143.78367674421008 143.91668473874523 143.92506932456917 143.95591870169042 143.99383079508556 144.06689429503896 144.35825562616628 144.69263499554452 144.7142123311343 144.80246404184598 144.96632004989144 144.98117188750174 145.01551997518044 145.15994369838117 145.30914483677302 145.3319512772749 145.41968710799753 145.45996594516063 145.51345936014735 145.6472952041576 145.88436682073407 146.07234992755252 146.11502835123886 146.20196204310776 146.20298210119353 146.51889788541982 146.65662603203694 146.67954598537494 146.82783227588683 146.93796524218556 147.082423370331
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 60 60

Current
Mean: 59.463 FPS
Stdev: 0.495 FPS (0.8%)
Runs: 58.10482871916107 58.32865882446391 58.35217387901266 58.46517319632301 58.668574978079185 58.74204265036628 58.74259397617468 58.885271325092745 58.91400556578717 58.986298997237576 59.0474885024385 59.06210529298309 59.12791277517599 59.14536523650732 59.18435683766372 59.22422567864072 59.25521507929742 59.357294856749576 59.40939339076829 59.42160521752106 59.424713241521786 59.43830182587119 59.454428246261294 59.48886853319058 59.49158666269288 59.49465094786683 59.50251255321253 59.52819922794114 59.54278300073679 59.6519348999293 59.65245497938665 59.654350261257726 59.67122083724573 59.67405516240312 59.70387761301612 59.7133526969192 59.808097470617675 59.826264714502166 59.861850436109414 59.866373420208404 59.87017716503834 59.907563260215596 59.90921696992568 59.93114723849645 59.98256633546427 59.996244108383756 60 60 60 60 60 60 60 60 60

Copy link
Contributor

Performance Comparison Report 📊 (7/13)

Meaningless Changes To Duration (6/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
Open search router TTI (RAM) Baseline
Mean: 416.518 MB
Stdev: 3.532 MB (0.8%)
Runs: 408.04140625 409.7109375 410.096875 410.5203125 411.0032552083333 411.0221354166667 411.197265625 411.225 412.37578125 412.7015625 413.3450520833333 413.716796875 414.01015625 414.18046875 414.275 414.33828125 414.654296875 414.7747395833333 414.8854166666667 415.0377604166667 415.26171875 415.7734375 415.8151041666667 415.9546875 415.95703125 416.13671875 416.33515625 416.365625 416.71015625 416.71796875 416.9075520833333 416.9140625 417.196875 417.3548177083333 417.39140625 417.5032552083333 417.724609375 417.7838541666667 418.22265625 418.2578125 418.40390625 418.40625 418.4186197916667 418.583984375 418.6359375 419.00859375 419.03125 419.0921875 419.17109375 419.3109375 419.4622395833333 420.01875 420.303125 420.5358072916667 420.6647135416667 421.36484375 421.8938802083333 421.9947916666667 424.3736979166667 424.9921875

Current
Mean: 417.973 MB
Stdev: 4.559 MB (1.1%)
Runs: 407.015625 408.5592447916667 409.7923177083333 410.3229166666667 410.3587239583333 411.74296875 411.8450520833333 411.84921875 412.28828125 412.9328125 413.2936197916667 413.34453125 413.3743489583333 413.64140625 414.587890625 414.915625 415.6647135416667 415.77421875 415.83359375 415.994140625 416.03515625 416.52421875 417.190625 417.21640625 417.3203125 417.5846354166667 417.9485677083333 418.0501302083333 418.0904947916667 418.20859375 418.4479166666667 418.5735677083333 419.23203125 419.423828125 419.80234375 419.8997395833333 419.908203125 419.99921875 420.150390625 420.2578125 420.29609375 420.4524739583333 420.984375 421.0546875 421.1078125 421.1296875 421.2296875 422.5182291666667 422.5872395833333 422.6265625 422.703125 422.7513020833333 423.0989583333333 423.1875 423.1927083333333 423.5046875 424.9635416666667 425.091796875 426.041015625 426.8352864583333
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 0
Open search router TTI (CPU/UI) Baseline
Mean: 22.372 %
Stdev: 1.243 % (5.6%)
Runs: 19.8 19.9 20.4 20.5 20.6 20.8 20.9 20.9 21.1 21.2 21.2 21.3 21.3 21.4 21.5 21.6 21.7 21.8 21.8 21.8 21.8 21.9 21.9 22 22 22.1 22.1 22.1 22.2 22.2 22.2 22.2 22.3 22.4 22.4 22.7 22.7 22.7 22.8 22.8 22.9 22.9 23 23 23 23.1 23.1 23.4 23.5 23.6 23.6 23.9 23.9 24 24 24.3 24.7 25 25.2 25.2

Current
Mean: 22.217 %
Stdev: 1.353 % (6.1%)
Runs: 19.4 19.6 19.9 20.2 20.3 20.6 20.6 20.7 21 21.1 21.1 21.1 21.1 21.2 21.2 21.3 21.3 21.5 21.5 21.6 21.6 21.6 21.6 21.9 21.9 21.9 21.9 22 22 22 22.1 22.2 22.2 22.2 22.2 22.3 22.3 22.4 22.5 22.6 22.6 22.7 22.9 22.9 23 23.2 23.2 23.5 23.6 23.6 23.7 23.7 23.8 24 24.3 24.5 24.7 24.9 25.2 25.3

Copy link
Contributor

Performance Comparison Report 📊 (8/13)

Meaningless Changes To Duration (7/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
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
Report typing Message sent Baseline
Mean: 484.979 ms
Stdev: 33.073 ms (6.8%)
Runs: 418.7408039998263 423.12902799993753 424.4778650002554 430.7401939998381 436.96480299998075 438.2877199999057 438.94702100008726 441.80590899987146 445.1571450000629 446.0333660002798 453.03967300010845 453.8243009997532 457.91556800017133 459.89310699980706 460.54919399973005 462.9760340000503 464.57625399995595 464.987101000268 465.65506999986246 465.7783200000413 473.6497809998691 474.2207439998165 475.0205890000798 476.5449629998766 477.3798020002432 480.86071800021455 482.1771249999292 482.21618700027466 482.9132489999756 483.20625799987465 484.0627040001564 485.6994230002165 487.0860999999568 488.9449869999662 490.78523799963295 490.9115400002338 491.7006019996479 492.5301109999418 494.5650230003521 495.7535810000263 496.6871750000864 497.612833999563 508.6425379998982 515.6872160001658 516.2653000000864 516.9775390001014 517.1154789999127 517.7966310000047 518.8356119999662 519.5706380000338 522.2990319998935 525.7017420004122 526.3018390000798 526.4059660001658 527.7289220001549 532.8228350002319 534.4543460002169 535.7387700001709 538.6588949998841 559.7230630000122

Current
Mean: 478.659 ms
Stdev: 29.585 ms (6.2%)
Runs: 419.303751999978 419.4072679998353 421.9863689998165 426.0122070000507 426.98555500013754 436.0627439999953 436.894654000178 437.51037599984556 437.7649739999324 444.41040099970996 447.024373000022 450.54121899977326 457.5257569998503 461.9236649996601 461.9728599996306 464.46053000027314 464.8317869999446 465.1667080000043 466.27400799980387 468.466512999963 469.5924889999442 470.34513300005347 471.46130400011316 471.596923999954 474.3469650000334 480.8808189998381 482.26322399964556 482.32287599984556 482.7606210000813 483.39453200018033 485.1119389999658 485.79911299981177 486.9656990002841 487.0359299997799 487.66060400009155 488.0039880000986 488.65832499973476 488.7120779999532 489.64249699981883 490.18912799982354 490.6058760001324 492.30420000012964 492.81620300002396 493.48897300008684 494.76831099996343 495.3835450001061 496.2931320001371 498.2192379999906 499.1588539998047 501.3619389999658 507.59118700027466 516.1267500002868 519.3016769997776 523.7399089997634 524.366415000055 529.297038000077 531.4861249998212 533.4793300000019 539.809489000123
Report typing (CPU) Baseline
Mean: 94.567 %
Stdev: 4.182 % (4.4%)
Runs: 86.53618107391299 87.31081596970982 87.68719012965754 87.90435224540514 88.82693142223872 89.74277487047148 89.97437791664225 90.2299366147109 90.25164339986134 90.27854293738548 90.34033431745591 90.35868874358755 90.64073632950416 90.94966385487557 91.12261176496436 91.54181145818352 91.76254792407113 91.845944587057 92.02547627808487 92.3345560526024 92.49468489503238 92.57444635131895 92.61919753484689 92.71538217187926 93.36384397240589 94.42084282603423 94.4793459722903 94.55686588400113 94.98714140978522 94.99982741276133 95.19721616327159 95.24484806206941 95.6566821511788 96.39926862884218 96.45082729230165 96.72201773824996 96.92774754502628 96.95302670335107 97.40714514187638 97.88438054535675 98.14655978857904 98.29350996273158 98.30172322497167 98.5986069922795 98.6173123461132 99.27909463013512 99.33563769488919 99.40952709949747 99.58446822535983 99.92081548559702 100.17145605500669 100.71357877267252 102.01099880789924 102.44111479862775 102.62360377700816

Current
Mean: 94.428 %
Stdev: 4.646 % (4.9%)
Runs: 84.12053868984961 86.45165595506121 86.89243502706802 86.89626851754517 88.42874260443376 88.7605529620177 88.98997005144719 89.22110857729679 89.32551278103664 89.511530001627 89.72900012272716 89.93270761574607 90.09229963433933 90.6525352757369 90.78120866182918 91.19386155677381 91.31529474740132 91.81940369641185 92.0205186767175 92.28505711863284 92.39621707560433 92.47930055229598 92.83808213488713 92.98187043354116 93.48182813624737 93.48914267489488 93.62152146878343 93.66194823963214 93.75972739845278 94.03866090155398 94.43223364965995 94.46702883289224 94.4988224401603 94.64331958407233 94.64917311680442 94.9271452193525 94.97640398015686 95.4678526257616 96.15851455851192 96.17347377548752 96.18439101148377 96.59602398531753 98.10080996461365 98.16549240820912 98.33324909023904 98.40016022786895 98.55435318880268 99.62418835596131 99.75875535568316 100.09464440709623 100.52929838450117 100.59229814224159 100.59275171891744 101.28102737287598 101.29383480013817 102.35988352551759 102.57042857571447 103.28682889890132 103.34833535263212

Copy link
Contributor

Performance Comparison Report 📊 (9/13)

Meaningless Changes To Duration (8/12)

Show entries
Name Duration
App start time nativeLaunch 24.466 ms → 24.300 ms (-0.166 ms, -0.7%)
App start time nativeLaunchEnd_To_appCreationStart 78.949 ms → 80.417 ms (+1.468 ms, +1.9%)
App start time appCreation 66.293 ms → 69.034 ms (+2.741 ms, +4.1%)
App start time appCreationEnd_To_contentAppeared 526.911 ms → 518.158 ms (-8.753 ms, -1.7%)
App start time runJsBundle 317.300 ms → 317.167 ms (-0.133 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.020 ms (+0.000 ms, +1.5%)
App start time (CPU) 146.653 % → 146.736 % (+0.083 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 383.874 MB → 381.637 MB (-2.237 MB, -0.6%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 24.148 % → 23.834 % (-0.314 %, -1.3%)
Open search router TTI Load Search Options 162.734 ms → 163.934 ms (+1.199 ms, +0.7%)
Open search router TTI Open Search Router TTI 1248.123 ms → 1280.450 ms (+32.327 ms, +2.6%)
Open search router TTI (CPU) 142.352 % → 143.762 % (+1.410 %, +1.0%)
Open search router TTI (FPS) 60.000 FPS → 59.463 FPS (-0.537 FPS, +0.9%)
Open search router TTI (RAM) 416.518 MB → 417.973 MB (+1.455 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 22.372 % → 22.217 % (-0.155 %, -0.7%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 484.979 ms → 478.659 ms (-6.320 ms, -1.3%)
Report typing (CPU) 94.567 % → 94.428 % (-0.139 %, ±0.0%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 484.109 MB → 483.101 MB (-1.008 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.250 % → 19.955 % (-0.295 %, -1.5%)
Chat opening Chat TTI 675.043 ms → 653.483 ms (-21.560 ms, -3.2%)
Chat opening (CPU) 151.923 % → 155.827 % (+3.904 %, +2.6%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 402.734 MB → 403.007 MB (+0.273 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 27.996 % → 29.251 % (+1.254 %, +4.5%)
Money request - Open Manual Tracking 130.941 ms → 131.163 ms (+0.222 ms, ±0.0%)
Money request - Open Contacts 425.164 ms → 425.508 ms (+0.344 ms, ±0.0%)
Money request (CPU) 169.280 % → 169.725 % (+0.445 %, ±0.0%)
Money request (FPS) 59.199 FPS → 59.112 FPS (-0.087 FPS, ±0.0%)
Money request (RAM) 462.730 MB → 463.538 MB (+0.808 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 38.339 % → 38.331 % (-0.008 %, ±0.0%)
Money request - Open Create 124.495 ms → 125.102 ms (+0.606 ms, ±0.0%)
Show details
Name Duration
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 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 60
Report typing (RAM) Baseline
Mean: 484.109 MB
Stdev: 5.669 MB (1.2%)
Runs: 472.9267578125 475.1091796875 475.26644736842104 475.4873046875 475.7060032894737 475.79243607954544 477.2931463068182 477.7052734375 477.9390625 478.0021484375 478.07705965909093 479.6236979166667 479.66512784090907 479.74662642045456 479.9763849431818 480.11328125 480.2220703125 480.5908717105263 480.65181107954544 481.062890625 481.55149147727275 481.728515625 481.8784950657895 482.5931919642857 482.75370065789474 482.9759457236842 483.03145559210526 483.0509765625 483.4436677631579 483.69754464285717 484.24662642045456 484.285546875 484.47265625 484.61484375 484.65731534090907 484.7251953125 484.8091517857143 485.64399857954544 486.5376233552632 486.82421875 486.9541015625 487.6373046875 487.9860197368421 488.0022615131579 488.1770833333333 489.3080357142857 489.35440340909093 489.4964488636364 489.95127467105266 490.06569602272725 490.18359375 490.6783203125 490.69222861842104 491.23026315789474 491.7561677631579 491.84375 493.8815104166667 498.14535361842104 498.59461805555554

Current
Mean: 483.101 MB
Stdev: 4.871 MB (1.0%)
Runs: 473.0314275568182 473.34189967105266 474.15859375 474.2620738636364 474.813671875 475.32120028409093 476.320703125 476.614453125 476.76455965909093 477.7369140625 478.8284970238095 479.8902698863636 479.9564732142857 480.1736505681818 480.2654474431818 480.704296875 481.145703125 481.26171875 481.4392755681818 481.8208984375 481.962109375 482.02805397727275 482.08504971590907 482.1583806818182 482.2482244318182 482.26651278409093 482.8828125 483.320703125 483.7249644886364 483.7890625 484.00639204545456 484.06942471590907 484.16722470238096 484.37518601190476 484.7693359375 484.79172585227275 485.09888980263156 485.7103515625 485.92578125 485.9453125 486.03980654761904 486.3930431547619 486.85014204545456 487.2369140625 487.254296875 487.5359375 488.015625 488.73121279761904 488.9712171052632 489.4261924342105 489.4775390625 489.48916903409093 489.5660511363636 490.59971217105266 492.3694957386364 492.50472861842104
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

Copy link
Contributor

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

@289Adam289
Copy link
Contributor

Hi, I am Adam from SWM I believe that this pr has caused a regression
Staging:

Screen.Recording.2025-04-16.at.18.18.30.mov

Dev:

Screen.Recording.2025-04-16.at.18.18.01.mov

@rezkiy37
Copy link
Contributor Author

@289Adam289, I will work on a follow-up to fix this case. Thank you!

Copy link
Contributor

🚀 Deployed to staging by https://github.com/youssef-lr in version: 9.1.29-0 🚀

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

@rezkiy37
Copy link
Contributor Author

I've opened #60417 for review.

Copy link
Contributor

🚀 Deployed to production by https://github.com/marcaaron in version: 9.1.29-10 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 failure ❌
🍎 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.

5 participants