Skip to content

[Internal QA]: Update domainAccountID #61343

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 2 commits into from
May 5, 2025

Conversation

DylanDylann
Copy link
Contributor

@DylanDylann DylanDylann commented May 2, 2025

Explanation of Change

Update domainAccountID and add UTs for sortCardsByCardholderName function

Fixed Issues

$ #60978
PROPOSAL:

Tests

  • Verify that no errors appear in the JS console

Offline tests

QA Steps

PREREQUISITES: domain cards enabled on a policy

  1. Go to Workspaces -> Your Workspace (with domain cards) -> Company Card
  2. Verify that the data is loaded successful and the card is displayed
  • Verify that no errors appear in the JS console

PR Author Checklist

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

Screenshots/Videos

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

@DylanDylann DylanDylann marked this pull request as ready for review May 3, 2025 03:54
@DylanDylann DylanDylann requested a review from a team as a code owner May 3, 2025 03:54
@melvin-bot melvin-bot bot requested review from parasharrajat and removed request for a team May 3, 2025 03:54
Copy link

melvin-bot bot commented May 3, 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]

@DylanDylann DylanDylann changed the title Update domainAccountID [Internal QA]: Update domainAccountID May 3, 2025
@DylanDylann
Copy link
Contributor Author

@puneetlath, could you please help test this PR or create an ad-hoc build and require an internal QA? Many thanks

@parasharrajat
Copy link
Member

@DylanDylann Does this needs C+ testing?

@DylanDylann
Copy link
Contributor Author

DylanDylann commented May 5, 2025

@parasharrajat Hmmm, I think not....... Becasue this PR requires an internal QA to test this flow

Copy link
Contributor

github-actions bot commented May 5, 2025

🚧 @puneetlath has triggered a test app build. You can view the workflow run here.

Copy link
Contributor

github-actions bot commented May 5, 2025

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪

Android 🤖 iOS 🍎
Android 🤖🔄 iOS 🍎🔄
Android iOS
Desktop 💻 Web 🕸️
❌ FAILED ❌ https://61343.pr-testing.expensify.com
The QR code can't be generated, because the Desktop build failed Web

👀 View the workflow run that generated this build 👀

Copy link
Contributor

@puneetlath puneetlath left a comment

Choose a reason for hiding this comment

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

Looks like it works.

@puneetlath
Copy link
Contributor

puneetlath commented May 5, 2025

Reviewer Checklist

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

Screenshots/Videos

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

@puneetlath puneetlath merged commit efcfc8d into Expensify:main May 5, 2025
17 checks passed
@puneetlath
Copy link
Contributor

Actually @DylanDylann I don't think this is working properly. It is passing the workspace accountID even if the feed is a domain feed.

Copy link
Contributor

github-actions bot commented May 6, 2025

🚀 Deployed to staging by https://github.com/puneetlath in version: 9.1.40-0 🚀

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

@puneetlath
Copy link
Contributor

I checked this off the QA checklist as the QA has been done here. There is some follow-up we need to do, but nothing that needs to block the deploy.

@OSBotify
Copy link
Contributor

OSBotify commented May 6, 2025

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

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

github-actions bot commented May 6, 2025

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 995.553 ms → 1147.544 ms (+151.991 ms, +15.3%) 🔴
App start time TTI 1669.419 ms → 1783.733 ms (+114.314 ms, +6.8%) 🔴
Show details
Name Duration
App start time contentAppeared_To_screenTTI Baseline
Mean: 995.553 ms
Stdev: 232.912 ms (23.4%)
Runs: 524.1384250000119 589.8038730025291 609.8155359998345 619.877732001245 619.9619719982147 626.0337399989367 642.3248170018196 656.7850079983473 657.967325001955 660.0367299988866 668.477729998529 675.7418629974127 675.9828929975629 679.6859389990568 686.4694650024176 690.9469930008054 693.3221609964967 709.5990649983287 1001.981550000608 1044.9240740016103 1055.4617879986763 1057.1718240007758 1057.4332310035825 1057.9910800009966 1060.350910000503 1091.938773997128 1106.5030779987574 1111.2197950035334 1117.4137580022216 1119.8610899969935 1122.6572199985385 1126.1612719967961 1126.5798799991608 1127.087557002902 1127.5332949981093 1136.7173200026155 1140.5135060027242 1145.4280090034008 1145.8706900030375 1146.0605660006404 1152.2746279984713 1154.2004539966583 1158.9303169995546 1162.1670430004597 1171.0468690022826 1172.7088430002332 1177.9986810013652 1180.6733879968524 1183.7222800031304 1183.8181689977646 1184.054296001792 1189.1372800022364 1192.2865020036697 1193.6174400001764 1204.8919899985194 1207.6204219982028 1220.7802229970694 1221.5777909979224 1229.6895759999752 1278.129798002541

Current
Mean: 1147.544 ms
Stdev: 52.157 ms (4.5%)
Runs: 1000.8408130034804 1039.4014450013638 1053.8387050032616 1058.9886759966612 1063.4222759976983 1081.6460440009832 1081.7454010024667 1085.685855999589 1093.8443510010839 1103.2159740030766 1105.0906729996204 1108.0266090035439 1109.071953997016 1111.7511079981923 1124.8744779974222 1126.1466000005603 1135.848888002336 1141.5684019997716 1141.8000489994884 1147.534878000617 1148.9218429997563 1158.723332002759 1160.3666810020804 1164.4535769969225 1166.9128959998488 1173.4162369966507 1173.4292510002851 1173.8700769990683 1175.7751990035176 1176.861804999411 1179.3223450034857 1179.7107030004263 1181.0134069994092 1183.2879870012403 1184.3858510032296 1185.3872660025954 1186.3319789990783 1186.3983199968934 1186.8172969967127 1192.1963950023055 1193.323398001492 1194.6287709996104 1194.9344239979982 1195.180119998753 1197.3648480027914 1202.6462590023875 1219.095689997077 1253.00054500252
App start time TTI Baseline
Mean: 1669.419 ms
Stdev: 236.730 ms (14.2%)
Runs: 1111.138425000012 1190.8038730025291 1266.8155359998345 1295.7850079983473 1304.3248170018196 1320.0337399989367 1328.9619719982147 1333.7418629974127 1334.9828929975629 1347.0367299988866 1347.877732001245 1348.4694650024176 1363.967325001955 1374.477729998529 1393.6859389990568 1404.3221609964967 1423.5990649983287 1444.9469930008054 1621.9240740016103 1638.4332310035825 1665.9910800009966 1671.4617879986763 1676.981550000608 1678.1718240007758 1739.2197950035334 1744.6572199985385 1751.087557002902 1760.938773997128 1766.4137580022216 1770.5332949981093 1777.7173200026155 1783.5030779987574 1796.5798799991608 1799.5135060027242 1815.1612719967961 1815.8610899969935 1825.9303169995546 1828.4280090034008 1837.2865020036697 1838.8706900030375 1840.2746279984713 1843.054296001792 1845.6174400001764 1846.7088430002332 1851.7222800031304 1856.2004539966583 1856.7802229970694 1860.0605660006404 1866.8181689977646 1870.1372800022364 1884.6733879968524 1885.1670430004597 1887.0468690022826 1892.8919899985194 1893.350910000503 1900.5777909979224 1912.6204219982028 1920.6895759999752 1943.9986810013652 1967.129798002541

Current
Mean: 1783.733 ms
Stdev: 155.690 ms (8.7%)
Runs: 1395.1509739980102 1395.2004280015826 1395.6265819966793 1400.9519879966974 1408.2258530035615 1448.315908998251 1635.8408130034804 1653.4014450013638 1658.8387050032616 1685.6460440009832 1686.7454010024667 1687.9886759966612 1717.4222759976983 1721.8443510010839 1725.685855999589 1775.848888002336 1781.534878000617 1784.723332002759 1788.2159740030766 1794.0906729996204 1795.7511079981923 1803.0266090035439 1804.4535769969225 1806.3666810020804 1807.1466000005603 1810.071953997016 1815.5684019997716 1837.2879870012403 1841.4162369966507 1841.861804999411 1860.8744779974222 1867.3648480027914 1868.9218429997563 1872.7751990035176 1872.8000489994884 1874.0134069994092 1874.3858510032296 1876.3319789990783 1880.9344239979982 1881.095689997077 1883.1963950023055 1891.9128959998488 1892.4292510002851 1892.6287709996104 1912.3872660025954 1922.8172969967127 1926.6462590023875 1927.00054500252 1927.8700769990683 1933.3223450034857 1935.180119998753 1944.7107030004263 1947.3983199968934 1950.323398001492

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (10/13)

Meaningless Changes To Duration (9/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
Report typing (CPU/UI) Baseline
Mean: 20.444 %
Stdev: 1.146 % (5.6%)
Runs: 18.7 18.8 18.8 18.8 18.9 19.1 19.1 19.3 19.4 19.4 19.4 19.4 19.5 19.6 19.6 19.7 19.7 19.8 19.9 19.9 20 20 20 20 20.1 20.1 20.1 20.1 20.1 20.1 20.2 20.2 20.2 20.3 20.3 20.4 20.5 20.5 20.5 20.6 20.6 20.7 20.9 21 21 21.4 21.4 21.5 21.7 22 22.1 22.2 22.3 22.3 22.5 22.7 22.8 23 23

Current
Mean: 20.614 %
Stdev: 1.068 % (5.2%)
Runs: 18.4 18.9 19.1 19.3 19.3 19.4 19.6 19.6 19.6 19.6 19.7 19.7 19.7 19.8 19.8 19.8 19.8 19.9 19.9 19.9 19.9 20 20 20.1 20.2 20.2 20.2 20.2 20.4 20.4 20.5 20.5 20.5 20.7 20.7 20.7 20.8 20.8 20.9 21 21.1 21.1 21.2 21.3 21.3 21.5 21.7 21.8 21.9 22 22 22.1 22.3 22.4 22.4 22.5 22.5 22.6 23
Chat opening Chat TTI Baseline
Mean: 722.627 ms
Stdev: 91.072 ms (12.6%)
Runs: 446.5192869976163 587.3269449993968 588.3545330017805 588.4868170022964 607.3273120000958 607.4138590022922 611.2438150048256 614.9922290071845 615.5485440045595 617.4853110015392 622.0402420014143 633.3511149957776 635.6899009943008 636.203938998282 638.2226969972253 639.5071619972587 641.4649249985814 645.809204004705 646.7253009974957 647.4533280059695 653.2331550046802 665.500041000545 674.4395759999752 716.0635180026293 735.8970949947834 737.2396249994636 737.6692709997296 741.0259610041976 742.0245369970798 742.3145349994302 743.7712809965014 744.9064949974418 767.2291669994593 769.6774090006948 771.2121170014143 771.2473559975624 773.9500730037689 775.7540690004826 776.4419350028038 779.2761240005493 779.6712649986148 787.281576000154 796.1997890025377 796.3243819996715 797.719848997891 805.6239419952035 815.4819749966264 815.6329749971628 816.1555180028081 818.3190109953284 820.2056490033865 824.7854819968343 826.4733480066061 827.5734049975872 833.0492359995842 839.8901779949665 843.0782060027122 846.2340089976788 855.2589519992471

Current
Mean: 707.103 ms
Stdev: 91.744 ms (13.0%)
Runs: 457.90970899909735 578.0898849964142 589.1606040000916 589.666544996202 595.7028000056744 596.39070700109 599.6513260006905 603.0175380036235 611.0233970060945 611.3453370034695 611.6397709995508 612.5144859999418 617.8004150018096 626.9806730002165 628.0154620036483 633.3441570028663 635.084880001843 635.8215340003371 636.8918049931526 639.0010590031743 639.9707029983401 640.9991449937224 644.7250569984317 651.4162190034986 651.8926599994302 653.9903569966555 654.4386800006032 662.2099610045552 667.678671002388 721.1767169982195 725.3051349967718 728.761108994484 758.6318769976497 760.6835130006075 760.9872639998794 761.2085780054331 769.5834559947252 773.2895919978619 775.7097169980407 776.2519119977951 776.4707849994302 778.3258880004287 784.837279997766 786.1560869961977 789.7322189956903 790.294190004468 790.4497889950871 792.7148030027747 796.0278320014477 801.055785998702 801.5645759999752 802.9562169983983 810.3525799959898 814.1481529995799 816.5616060048342 822.0584309995174 827.3648680001497 830.2392989993095 858.7879230007529 868.1389570012689
Chat opening (CPU) Baseline
Mean: 160.211 %
Stdev: 7.166 % (4.5%)
Runs: 145.53859953180458 145.61050447880416 147.06026831889145 148.120350031183 148.95498977329353 151.9945103024623 152.25101040837 152.430305707788 152.52934036540137 153.27513150925867 153.3558358217497 153.39833538747877 153.7618118155641 154.18710273789125 154.25922117149796 154.69167956671836 155.80396435972983 156.01704613600003 156.75238444729337 156.95758530237703 157.39259492991383 157.40876773040958 157.61878775064565 157.88627092130187 157.99039909158188 158.23369143228143 158.2375480257901 158.58524044956152 159.5203791583406 159.64807013271496 159.86066342610428 160.1978513093336 160.55866681673487 160.7890282147905 160.78960121968328 161.61214504238964 161.72221377440357 161.83127904803192 161.8872595705144 162.89417160658894 163.09825357915406 165.05544319998236 165.38855768432921 165.6538993019878 166.22453133535623 166.2900866469245 166.98408904637145 167.67648227176423 167.781414885442 167.93645697836124 168.11524689433946 169.79321357285437 170.13503244776035 170.20148733464993 170.32035375495735 170.3967258656397 170.58930747214146 172.03068104717093 173.64100417419326 173.7606528777332

Current
Mean: 160.838 %
Stdev: 8.261 % (5.1%)
Runs: 142.9849260273536 143.928426071121 145.46231653486814 148.16196551248706 149.02984507176126 149.593420869053 150.25145666564256 151.81780186801035 152.21539984379385 152.57421478865837 153.45231671319272 153.45870741603278 154.3229426311643 154.65235491799686 155.0797498547673 155.31921462452792 155.80134835445185 156.12128813239664 156.72450195761112 156.73817234723694 156.9404500474982 157.0065017412107 157.13943744069906 157.26219462566084 157.47536275326286 157.7479749664019 157.82064996818087 158.09638250379768 159.00556791231827 159.54070361733474 160.59738435388243 161.37205029723498 162.12022135637764 162.1645003676967 162.83417863102247 163.07293086445807 163.56393814702182 163.94164954073744 164.76156230825737 165.11344846632792 165.55301593642827 166.05770115665985 166.48320146772167 166.70669192830994 167.8142901927098 168.01465065970453 168.93122289956645 169.24899963363944 169.3930018714159 169.4477919940446 169.73849886652033 169.7643009924537 171.05113277603746 171.36973420781626 171.42346307085745 172.2645644445047 172.9159690095153 173.68068353991734 175.68121586888387 179.46403643604208

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (11/13)

Meaningless Changes To Duration (10/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
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

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
Chat opening (RAM) Baseline
Mean: 398.260 MB
Stdev: 5.365 MB (1.3%)
Runs: 384.3502604166667 388.48828125 388.73046875 389.2333984375 390.1653645833333 390.548828125 390.5654296875 391.64453125 391.9833984375 392.2451171875 392.73046875 393.328125 393.833984375 394.2373046875 394.537109375 394.724609375 394.9677734375 395.0640625 395.1064453125 395.84140625 396.50859375 396.5517578125 396.9716796875 397.1826171875 397.8955078125 398.20625 398.30234375 398.40625 398.49453125 398.7890625 398.93984375 399.1109375 399.19765625 399.21171875 399.565625 399.72265625 399.76015625 399.986328125 400.08671875 400.275390625 400.78359375 400.88671875 401.333984375 401.4828125 402.39296875 402.5484375 402.7515625 402.82421875 402.90703125 403 403.62890625 403.63671875 404.509375 404.99375 405.13828125 405.4875 406.5078125 407.0416666666667 408.03125 410.2353515625

Current
Mean: 399.271 MB
Stdev: 4.029 MB (1.0%)
Runs: 390.10546875 391.2275390625 391.392578125 392.7666015625 392.8703125 393.205078125 393.80078125 393.951171875 394.3037109375 394.31640625 394.353515625 394.505859375 395.2138671875 396.310546875 396.896484375 396.9306640625 397.0953125 397.71015625 397.75234375 397.8759765625 397.9921875 398.181640625 398.1953125 398.21796875 398.3818359375 399.0359375 399.4189453125 399.45625 399.496875 399.99375 400.1435546875 400.31015625 400.4440104166667 400.45859375 400.5849609375 400.6298828125 400.67578125 400.7919921875 400.86015625 400.943359375 401.01171875 401.0205078125 401.146875 401.3140625 401.93671875 402.009375 402.13125 402.73828125 402.955078125 403.24609375 403.909375 403.98828125 404.0556640625 404.1140625 404.425 404.9677734375 405.53046875 405.66328125 405.986328125 407.30546875
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

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (12/13)

Meaningless Changes To Duration (11/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
Chat opening (CPU/UI) Baseline
Mean: 33.507 %
Stdev: 2.900 % (8.7%)
Runs: 27.2 27.7 28.3 28.6 28.7 29.1 30 30.2 30.4 31.2 31.5 31.6 31.8 31.9 32 32.1 32.2 32.3 32.3 32.4 32.4 32.6 32.7 32.7 32.8 32.9 32.9 32.9 33.1 33.1 33.2 33.2 33.3 33.4 33.6 33.7 34.2 34.2 34.4 34.4 34.5 34.8 35.7 35.7 35.8 35.9 35.9 35.9 36 36.4 36.7 36.7 37 37.2 37.9 38 38.5 40.3 40.8

Current
Mean: 33.997 %
Stdev: 3.173 % (9.3%)
Runs: 26.9 27 27.8 28.2 30 30.4 30.6 31 31 31.4 31.4 31.5 31.6 31.6 31.6 31.7 31.7 32.1 32.2 32.2 32.2 32.3 32.4 32.5 32.6 32.8 33 33.2 33.5 33.7 33.9 34.1 34.3 34.4 34.4 34.8 34.8 35.4 35.6 35.8 35.8 35.9 36.4 36.5 36.8 36.8 36.9 36.9 37.3 37.4 37.5 37.6 37.9 38 38.2 38.3 38.4 38.9 40.3 40.4
Money request - Open Manual Tracking Baseline
Mean: 139.157 ms
Stdev: 10.367 ms (7.4%)
Runs: 116.17989100515842 119.46289099752903 122.97070399671793 124.16390000283718 125.03763899952173 125.55871599912643 127.02355998754501 127.12093099951744 128.11258900165558 128.66003400087357 130.189901009202 130.3080239892006 130.66105099767447 132.21724399924278 133.30993600189686 133.59708700329065 133.81762699782848 134.4757899940014 134.79492200911045 135.685383990407 136.1111249998212 136.34997498989105 137.00830100476742 137.13289400190115 137.25162701308727 137.34415701031685 137.58459500223398 138.11010798811913 138.26412001252174 138.80248999595642 138.9668380022049 139.39750200510025 139.43672700226307 139.7317299991846 139.97827199101448 140.0806069970131 140.15649399906397 140.69181299209595 140.96439599990845 141.19348200410604 141.374104000628 141.49580900371075 144.33349700272083 144.37080898880959 145.04349800944328 145.4167080000043 147.47863799333572 149.54361999034882 151.6938880085945 152.41251699626446 152.47155699133873 153.54032400250435 153.70906600356102 156.70772299915552 159.9844979941845 160.64278200268745 161.339070007205 161.6670330017805

Current
Mean: 138.022 ms
Stdev: 11.436 ms (8.3%)
Runs: 118.84468600153923 119.81746400147676 122.26188100874424 122.41499799489975 122.66536401212215 123.04398600012064 124.64644299447536 125.63423700630665 126.46907600015402 126.63940401375294 127.25451600551605 127.36324000358582 127.63448099792004 127.85970099270344 127.86462400853634 128.61767598986626 129.40926100313663 129.63187699764967 129.94006399810314 129.96419299393892 130.29772999882698 130.9202880114317 132.8044029995799 133.64387999475002 133.67114301025867 134.32059700787067 134.65763399004936 135.09855198860168 135.4087730050087 136.31201200187206 136.48754899203777 136.58097299933434 137.10624200105667 137.8509519994259 139.98905400931835 141.13020800054073 141.7427569925785 142.31982401013374 142.76603200286627 143.31701600551605 144.17224198579788 145.31551100313663 145.52616401016712 146.4312749952078 146.51188100874424 146.75321398675442 146.87186700105667 147.47029601037502 148.63505099713802 149.0238439962268 149.11918200552464 150.26464900374413 151.0965580046177 152.8306480050087 153.3704420030117 154.88907799124718 157.77701799571514 158.332234993577 162.7631019949913 169.75805701315403
Money request - Open Contacts Baseline
Mean: 228.234 ms
Stdev: 19.624 ms (8.6%)
Runs: 200.86686199903488 205.8050939962268 206.0809329971671 206.35986299812794 207.1582040041685 207.65043200552464 207.84578499943018 208.63993300497532 208.66735899448395 209.63228400051594 210.21525099873543 211.39502000063658 211.84191899001598 212.86124700307846 213.4335530102253 213.60766600072384 213.6360680013895 213.66943399608135 213.70288100093603 214.76058000326157 215.0692950040102 215.14648500084877 216.10778799653053 222.31778898835182 223.26741499453783 225.15710400044918 226.88411501049995 227.374430000782 227.63985200226307 227.89363598823547 230.12003600597382 230.62691301107407 230.74235099554062 231.70817099511623 232.2275799959898 232.9132889956236 235.0913899987936 238.55993600189686 241.12064599990845 241.64420498907566 245.23002099990845 245.62333099544048 246.94051098823547 249.18534299731255 249.84053499996662 249.95174100995064 250.40677899122238 252.26599100232124 252.91992200911045 256.2065840065479 261.1914879977703 271.3160400092602 295.8868809938431

Current
Mean: 229.229 ms
Stdev: 15.134 ms (6.6%)
Runs: 200.50577799975872 205.39278200268745 206.8890380114317 207.49670399725437 208.1415200084448 210.6520989984274 212.70495600253344 213.98099799454212 214.14937400072813 214.95198500156403 215.66337099671364 216.2511800006032 216.37931399047375 216.41312700510025 216.91227300465107 217.3689370006323 217.43664599955082 217.80668099224567 217.8307700008154 221.40201799571514 221.70304399728775 222.45601400732994 222.70662499964237 224.5845949947834 225.0384529978037 225.4532880038023 225.65397100150585 225.81608100235462 226.08781000971794 227.77327500283718 228.35579399764538 228.8481850028038 229.6242669969797 230.6009930074215 234.21968600153923 235.51395699381828 236.03454599529505 236.13264900445938 236.17350301146507 236.25187200307846 238.31644700467587 239.55151399970055 239.72591200470924 240.3738199993968 243.0892340093851 243.81774900853634 244.85957799851894 246.80074100196362 248.06994700431824 248.72005200386047 248.96927900612354 249.56640601158142 251.6581629961729 252.09676100313663 254.95182299613953 263.25850400328636 264.8769119977951

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (13/13)

Meaningless Changes To Duration (12/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
Money request - Open Create Baseline
Mean: 138.481 ms
Stdev: 9.892 ms (7.1%)
Runs: 116.55265299975872 118.49174000322819 119.54809600114822 121.9680170044303 122.99939000606537 123.11857099831104 125.48384599387646 125.53743499517441 126.67911799997091 126.85477700084448 128.6042070016265 129.26904299855232 129.5245769917965 131.57393400371075 131.96789599955082 133.5625400096178 133.56534899771214 133.59969100356102 134.30700699985027 134.98042799532413 136.4307049959898 136.51676400005817 136.52538999915123 136.72464999556541 138.14510099589825 138.4550790041685 138.81152300536633 138.8508300036192 138.87052400410175 139.0418699979782 139.05387400090694 139.3819580078125 139.5729569941759 140.11401399970055 140.32922399044037 140.84838899970055 141.29174800217152 141.3394780009985 141.56225599348545 141.65547700226307 142.14359499514103 142.55891899764538 143.35945700109005 144.32014900445938 146.7582599967718 147.11063599586487 147.2949219942093 148.0423170030117 148.15116401016712 148.8931480050087 150.51395700126886 150.8219410032034 151.2162680029869 151.37316899001598 151.37683099508286 154.3191730082035 155.39359499514103 156.6900230050087 158.31477899849415

Current
Mean: 136.782 ms
Stdev: 10.380 ms (7.6%)
Runs: 112.06009899824858 119.78902199864388 120.17635099589825 120.6185310035944 123.71740800142288 124.0178630053997 124.02689599990845 124.04069000482559 125.51456700265408 125.53047700226307 126.32731100171804 126.67720500379801 128.61079899966717 129.6742350012064 129.93615700304508 130.00948099792004 130.4825849980116 130.87626199424267 131.46354201436043 131.75378499925137 131.82275399565697 132.35766600072384 132.91206900775433 133.12634199857712 133.3944489955902 133.45837399363518 134.03963200747967 134.07425999641418 134.1283779963851 136.57242800295353 136.59366899728775 137.18180300295353 137.2660730034113 137.611776009202 138.3772380053997 139.0066320002079 139.59033299982548 139.73787400126457 141.4042969942093 141.42582200467587 141.91601499915123 141.9243569970131 142.65218099951744 142.68615700304508 142.89058399945498 143.0160730034113 143.1320389956236 144.5007320046425 144.51192198693752 147.9196369946003 148.64066599309444 148.67093899846077 149.2521969974041 149.79093399643898 150.78259199857712 153.1693529933691 154.768026009202 157.57922299206257 158.0876060128212 161.62959899008274
Money request (CPU) Baseline
Mean: 179.317 %
Stdev: 5.963 % (3.3%)
Runs: 165.15124996233718 165.5934196132344 170.14635535058954 171.23372931550438 171.43991468300283 171.50496803667306 171.9069275416642 172.1868579609641 172.41701704820557 172.42652325206308 172.73570877283765 172.90189410499764 173.7178592024554 173.72294639344298 173.87330908038356 175.75571866141206 175.97626836157139 176.9284071896601 176.97947683925833 177.3340796266414 177.59314810863276 177.9634335267734 178.05736885509225 178.07505678168803 178.21464804982114 178.31469607511502 178.31502627392712 178.3714430519379 178.618804351645 178.95918486672244 179.22673864541318 180.0455055761361 180.12664161712493 180.46010883360768 180.64226510904075 180.7291648316819 180.77831288997336 181.37838268453257 181.38482512030544 181.53484324209435 181.65056565354786 181.7844382094314 181.92320633592158 182.46935320894784 183.14747194010704 183.85893354642758 184.19441290212652 184.69299972423687 185.0723262948678 185.346241031044 185.39539900894314 185.7739908777851 186.02467099015988 186.74486394573498 188.16176719292645 188.43694728973688 188.88200411312081 190.6610624191732 190.73030872783013 191.34062055346823

Current
Mean: 178.981 %
Stdev: 6.691 % (3.7%)
Runs: 165.08836423567854 165.91445007264187 167.1157645855994 168.8068398226968 169.31141100461303 169.59513093771218 169.6272604823402 170.0159767078976 170.35606234314236 171.93419021402613 172.1700113960276 172.24819105054215 172.30850386145258 173.48781977608778 174.5604844781127 174.98480497055743 175.35151376333638 175.35378138687224 175.64926950789126 175.76611667615214 175.9740009314191 176.88928600693814 176.93651528070254 176.96340595469576 177.90211557546925 178.4026143975996 178.935299478846 179.16748667437028 179.17444752049332 179.76454805876395 179.83980014892882 179.93895896416922 180.05166177371223 180.22043226172178 180.73454257648976 180.8617845755936 180.89665574800162 181.14658210120177 181.28507878612228 181.82444381559623 182.2340482014256 182.6148410490394 183.17785678214975 183.92844977304404 184.2115558876529 184.36065203436564 184.37631915745442 184.50246462112761 185.27317045785662 186.1876564889473 186.5015060963299 187.10098410149558 187.6672013558742 188.02987053122126 188.34950622404415 188.4989444053419 190.9786819565637 191.46311388496812 193.88918461956428
Money request (FPS) Baseline
Mean: 59.048 FPS
Stdev: 0.976 FPS (1.7%)
Runs: 56.02928124526984 56.614722579075995 57.05719931308914 57.756281566408084 57.782741976925635 57.784890554547076 57.86081463668507 57.924529893981244 58.00974603528742 58.053985582158006 58.127737980239374 58.382660371043194 58.40681390006149 58.43719068214658 58.45343740984664 58.4771795731128 58.531891572821515 58.55994982465939 58.61804051538196 58.64136443468936 58.68286801301884 58.725861486551715 58.77529070835549 58.82082291340554 58.873729697829894 58.92304001064063 58.97769442773649 59.066354731680285 59.081475541890875 59.246301370698866 59.376202468865124 59.43227893683757 59.67242238923528 59.79644841107612 59.859376074675644 59.870890934992815 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60

Current
Mean: 59.326 FPS
Stdev: 0.767 FPS (1.3%)
Runs: 57.00837900872873 57.53547034316019 57.822453801130564 57.85124850095631 57.90376996901067 58.027023878696234 58.23105885539044 58.29342432835758 58.425379060752356 58.49136551155417 58.60132865070054 58.705202713239736 58.77336808260376 58.82850242732565 58.95902308514993 58.97626419271205 59.00354408138792 59.00858615308107 59.13668096750587 59.13693593057853 59.20407806647781 59.24484912906529 59.259751958639065 59.290307005663365 59.50306159568817 59.51479905956694 59.51491424911696 59.57368407945068 59.59520344482392 59.662417824080336 59.688444785826746 59.71528189251065 59.75194570627508 59.76103038149641 59.76540648467191 59.84500547660551 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60 60
Money request (RAM) Baseline
Mean: 468.656 MB
Stdev: 8.889 MB (1.9%)
Runs: 448.6947544642857 451.1080729166667 452.7154017857143 454.32924107142856 455.6177455357143 456.71316964285717 458.23939732142856 458.3588169642857 458.92857142857144 460.076171875 460.15792410714283 460.2057291666667 461.3092447916667 461.53683035714283 462.27566964285717 463.11049107142856 463.1685267857143 464.0771484375 464.25613839285717 464.8560267857143 465.18638392857144 465.23828125 466.287109375 466.49107142857144 467.3158482142857 467.45703125 467.69419642857144 468.474609375 468.49107142857144 468.5747767857143 468.61216517857144 468.79443359375 468.84988839285717 469.40792410714283 469.56298828125 470.24776785714283 470.3369140625 470.71875 471.14341517857144 471.2935267857143 471.3359375 471.47509765625 472.3697916666667 472.6158854166667 474.3203125 474.55691964285717 475.7447916666667 476.17354910714283 476.32254464285717 479.2428385416667 479.75558035714283 479.77957589285717 480.13448660714283 481.42466517857144 481.4296875 481.60267857142856 482.7025669642857 483.15457589285717 484.32700892857144 490.96986607142856

Current
Mean: 470.073 MB
Stdev: 8.366 MB (1.8%)
Runs: 449.97098214285717 453.119140625 455.80245535714283 457.47879464285717 457.9888392857143 458.88169642857144 459.67745535714283 460.4458705357143 460.98158482142856 462.0591517857143 462.1450892857143 462.9224330357143 463.4287109375 463.462890625 464.42857142857144 464.49386160714283 464.9603794642857 465.50048828125 466.0989583333333 466.3978794642857 466.5149739583333 467.62109375 467.94482421875 467.95145089285717 468.03794642857144 468.55636160714283 468.576171875 468.63950892857144 468.78369140625 469.04017857142856 470.87667410714283 471.2705078125 471.74888392857144 471.75669642857144 471.9934895833333 472.1142578125 472.2825520833333 472.3701171875 472.6731770833333 472.77734375 473.0188802083333 473.2552083333333 473.26450892857144 473.5305989583333 473.82589285714283 475.21484375 476.22433035714283 476.7265625 477.28013392857144 477.7455357142857 479.09765625 479.9135044642857 479.9407552083333 480.43191964285717 482.8549107142857 484.2974330357143 485.5697544642857 486.51953125 486.6138392857143 487.30691964285717
Money request (CPU/JS) Baseline
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Current
Mean: 0.000 %
Stdev: 0.000 % (NaN%)
Runs: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Money request (CPU/UI) Baseline
Mean: 44.803 %
Stdev: 2.121 % (4.7%)
Runs: 40.3 41.2 41.3 41.5 41.6 41.7 41.9 42 42 42.5 42.6 42.8 42.9 43 43 43.3 43.3 43.3 43.4 43.6 43.7 44 44 44.1 44.2 44.2 44.2 44.3 44.5 45 45.2 45.2 45.2 45.6 45.7 46 46.1 46.2 46.2 46.2 46.3 46.4 46.5 46.5 46.6 46.6 46.7 46.8 47 47.1 47.2 47.3 47.5 47.7 47.7 47.9 47.9 48.1 48.6

Current
Mean: 44.420 %
Stdev: 2.013 % (4.5%)
Runs: 39.9 41.2 41.2 41.2 41.4 41.4 41.5 41.9 42 42.1 42.1 42.3 42.6 42.7 42.7 42.8 42.9 42.9 43 43 43.1 43.3 43.5 43.5 43.8 43.9 44.1 44.1 44.5 44.6 44.7 44.9 45.3 45.4 45.4 45.5 45.6 45.7 45.7 45.8 45.9 45.9 46 46.1 46.2 46.2 46.4 46.4 46.4 46.5 46.5 46.5 46.6 46.8 46.9 47 47.1 47.3 47.4 47.9

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (2/13)

Meaningless Changes To Duration (1/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
App start time nativeLaunch Baseline
Mean: 24.362 ms
Stdev: 3.021 ms (12.4%)
Runs: 20 21 21 21 21 21 21 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 23 23 23 23 23 24 24 24 24 24 24 25 25 25 25 25 26 26 26 26 26 26 26 26 27 27 27 28 28 29 30 31 32 32 32

Current
Mean: 23.759 ms
Stdev: 2.095 ms (8.8%)
Runs: 21 21 21 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 22 23 23 23 23 23 23 23 23 23 23 23 24 24 24 24 24 24 24 25 25 25 25 25 25 25 26 26 26 27 27 27 28 28 28 29 29
App start time nativeLaunchEnd_To_appCreationStart Baseline
Mean: 75.931 ms
Stdev: 7.670 ms (10.1%)
Runs: 56 60 64 65 66 66 68 68 68 69 70 70 71 71 71 71 71 72 72 72 72 73 73 73 74 74 74 74 75 75 76 77 77 77 77 77 78 78 79 79 80 80 80 80 82 82 84 85 85 86 86 87 87 88 88 89 90 92

Current
Mean: 79.400 ms
Stdev: 9.829 ms (12.4%)
Runs: 63 64 65 66 66 67 68 69 69 70 70 71 71 71 71 72 72 73 73 74 74 75 75 75 76 76 76 76 77 78 78 79 79 80 80 81 81 82 82 82 82 82 83 83 85 87 87 88 89 91 92 92 93 95 95 96 96 96 101 104
App start time appCreation Baseline
Mean: 68.068 ms
Stdev: 9.079 ms (13.3%)
Runs: 53 54 55 55 56 57 58 58 58 59 60 60 60 60 61 61 62 62 62 62 62 63 63 64 65 65 65 65 66 66 67 68 68 68 69 70 71 71 72 72 72 73 74 74 74 74 75 77 78 79 82 82 83 83 84 84 84 85 86

Current
Mean: 70.966 ms
Stdev: 11.139 ms (15.7%)
Runs: 47 53 53 55 57 58 59 59 61 61 62 62 62 63 63 64 64 64 64 65 65 65 66 67 67 67 67 68 68 68 69 69 70 70 71 72 75 76 76 76 77 78 78 79 79 79 80 80 81 81 83 84 85 87 89 91 91 97 100

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (3/13)

Meaningless Changes To Duration (2/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
App start time appCreationEnd_To_contentAppeared Baseline
Mean: 501.298 ms
Stdev: 31.206 ms (6.2%)
Runs: 433 435 438 449 452 454 457 463 466 469 470 477 483 485 485 485 487 488 488 490 491 492 496 496 497 501 504 505 505 505 508 508 509 509 509 510 512 512 513 514 521 521 522 524 524 524 528 533 534 537 538 543 544 548 556 556 571

Current
Mean: 508.117 ms
Stdev: 39.354 ms (7.7%)
Runs: 434 441 442 445 446 451 455 457 465 468 472 474 476 479 480 481 483 484 484 486 488 489 489 491 496 496 496 499 506 507 509 510 510 511 512 516 517 519 523 523 526 528 532 535 537 541 543 547 555 556 557 558 560 563 566 568 570 570 570 595
App start time runJsBundle Baseline
Mean: 316.967 ms
Stdev: 21.706 ms (6.8%)
Runs: 269 269 271 271 277 277 277 277 278 278 279 279 283 283 284 284 286 286 293 293 299 299 299 299 300 300 301 301 301 301 303 303 306 306 308 308 309 309 310 310 310 310 310 310 314 314 314 314 318 318 319 319 319 319 320 320 321 321 321 321 322 322 322 322 324 324 325 325 326 326 326 326 326 326 326 326 327 327 328 328 329 329 330 330 330 330 330 330 330 330 331 331 331 331 331 331 332 332 333 333 333 333 336 336 339 339 342 342 343 343 346 346 352 352 352 352 354 354 363 363

Current
Mean: 318.133 ms
Stdev: 24.156 ms (7.6%)
Runs: 265 265 275 275 275 275 279 279 285 285 290 290 293 293 294 294 294 294 295 295 296 296 298 298 299 299 300 300 300 300 301 301 303 303 304 304 305 305 305 305 305 305 305 305 306 306 306 306 308 308 310 310 310 310 310 310 311 311 313 313 315 315 317 317 319 319 321 321 323 323 324 324 324 324 325 325 327 327 329 329 330 330 331 331 332 332 332 332 334 334 337 337 339 339 340 340 348 348 348 348 349 349 349 349 351 351 352 352 352 352 352 352 356 356 357 357 360 360 375 375
App start time regularAppStart Baseline
Mean: 0.020 ms
Stdev: 0.002 ms (10.4%)
Runs: 0.01643899828195572 0.01660200208425522 0.017333999276161194 0.017781995236873627 0.017903998494148254 0.018108002841472626 0.018188998103141785 0.018188998103141785 0.01822900027036667 0.01827000081539154 0.018351003527641296 0.018431998789310455 0.018636003136634827 0.018839001655578613 0.01892099529504776 0.018921002745628357 0.01908300071954727 0.019124001264572144 0.01912499964237213 0.019245997071266174 0.019409000873565674 0.019409000873565674 0.019530996680259705 0.01965399831533432 0.019776001572608948 0.01989699900150299 0.019937999546527863 0.019979000091552734 0.020101003348827362 0.02022300660610199 0.020426996052265167 0.02046699821949005 0.020468004047870636 0.020548999309539795 0.020589999854564667 0.02099599689245224 0.021281003952026367 0.021320998668670654 0.021321997046470642 0.021321997046470642 0.02144400030374527 0.021566003561019897 0.021646998822689056 0.021769002079963684 0.021770000457763672 0.021849997341632843 0.022095002233982086 0.022136002779006958 0.02282699942588806 0.023030996322631836 0.02331499755382538 0.02356000244617462 0.023885004222393036 0.024373993277549744 0.02478000521659851 0.02486100047826767 0.02612300217151642

Current
Mean: 0.021 ms
Stdev: 0.003 ms (14.6%)
Runs: 0.01619499921798706 0.01643899828195572 0.01729300618171692 0.017497003078460693 0.01770000159740448 0.017782002687454224 0.017782002687454224 0.01786300539970398 0.01786300539970398 0.018025003373622894 0.018026001751422882 0.01822900027036667 0.018310002982616425 0.018472999334335327 0.0185139998793602 0.018675997853279114 0.018757998943328857 0.019042998552322388 0.019042998552322388 0.01908399909734726 0.01924600452184677 0.019327998161315918 0.01940999925136566 0.019450001418590546 0.01961199939250946 0.019612997770309448 0.019652999937534332 0.019735001027584076 0.019857004284858704 0.019937999546527863 0.019979000091552734 0.020101003348827362 0.020141996443271637 0.02018299698829651 0.020222999155521393 0.020507998764514923 0.02099599689245224 0.020996004343032837 0.021199002861976624 0.0217289999127388 0.021849997341632843 0.021891005337238312 0.02197200059890747 0.022014006972312927 0.022583000361919403 0.022909000515937805 0.023194000124931335 0.02356000244617462 0.024372994899749756 0.024535998702049255 0.024617999792099 0.025064997375011444 0.02522699534893036 0.02583799511194229 0.026083000004291534 0.027017995715141296 0.027262002229690552 0.027873001992702484 0.029500998556613922

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (4/13)

Meaningless Changes To Duration (3/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
App start time (CPU) Baseline
Mean: 147.292 %
Stdev: 7.732 % (5.2%)
Runs: 124.6351917678587 134.74103585657375 135.2705410821643 137.5689040752936 137.63414316589845 139.5758948870938 139.7998262950182 140.16316793259034 140.39951335408395 140.56553559547567 140.58781915235704 140.89624394241008 140.96655146464866 141.0079328429594 141.2884941480594 141.47001118976405 141.48793424557968 141.97495665828518 142.1248829747589 142.22479418988283 142.96355938358022 143.93497939370934 144.4208104375578 144.4336215591874 145.32274411083475 145.60463307113844 145.75369722388717 145.9473772309386 146.1142203890212 146.24219094463763 146.82539682539684 147.10901692578895 147.7290810425584 147.87798814304838 148.25110884120366 148.38820588678945 148.4960910926111 148.9477438560276 148.97225188995702 148.9793788826398 149.8580638856426 150.20105489494549 151.34921304272748 151.59439125022507 152.51061055245123 153.63456805372562 153.77668137577788 153.97580455719992 154.12991086440437 155.8105768802866 156.53957487624822 156.88837352123596 157.1527947720949 157.2868584053339 157.9322737490139 158.30563165452253 158.82986801056143 160.71713147410367 162.3143166000657 168.03843605036457

Current
Mean: 146.777 %
Stdev: 7.812 % (5.3%)
Runs: 126.50311316719217 130 135.93206241344006 136.03105879090182 136.53895464886037 137.20106282903933 137.73550906155813 137.99099463064516 140.2680562376399 140.3942812875646 140.6834539089916 140.97305549123305 141.03224186144584 141.23888282103292 141.51378925553962 141.73890587973185 141.85228259831032 142.3656636147073 142.45259366723357 143.06995067609165 143.08909450854011 143.09068749869203 143.15643231868916 143.40594059405944 143.66268260292156 144.4596604238737 144.4780876494023 145.58994638900094 145.83532536520576 146.24109981696841 147.47972577046042 147.49912933571593 147.52608564825087 147.62341306219966 147.74575606238935 148.144195644186 148.29534301369932 148.4940239043824 148.84538152610446 148.99976184805902 149.0713716333991 150.04050827311275 150.8709639590622 150.87422792179606 151.08082362540074 151.89752375639983 153.5606994133436 155.15350336538333 156.4343207867881 156.71878871949394 157.3999484116748 157.55938322558075 157.72038649648096 158.0217227535576 158.92649066248438 159.45202845759812 161.00635912769408 162.1957102726334 162.6700394590358
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 60 60 60
App start time (RAM) Baseline
Mean: 376.745 MB
Stdev: 7.847 MB (2.1%)
Runs: 358.638671875 359.16796875 363.0013020833333 363.560546875 365.25 365.59765625 365.98828125 366.892578125 367.3828125 368.01171875 369.02734375 369.150390625 370.595703125 371.4986979166667 372.0651041666667 372.14453125 372.16796875 372.4986979166667 372.9231770833333 374.1015625 374.19140625 374.2955729166667 374.3606770833333 374.4205729166667 375.1979166666667 375.3151041666667 375.57421875 375.6783854166667 376.2565104166667 376.43359375 376.546875 376.98046875 377.8385416666667 378.1380208333333 378.5768229166667 379.1888020833333 379.59375 379.64453125 381.1901041666667 381.6783854166667 381.98828125 382.0052083333333 382.0651041666667 382.2265625 382.6223958333333 382.6901041666667 382.7721354166667 382.7721354166667 383.583984375 383.8372395833333 384.05078125 384.24609375 384.546875 385.8932291666667 386.7760416666667 387.0572916666667 388.12109375 390.4375 391.80078125 394.4609375

Current
Mean: 376.322 MB
Stdev: 7.772 MB (2.1%)
Runs: 360.44921875 361.2265625 363.0546875 363.40234375 363.5299479166667 364.2421875 367.35546875 367.98828125 368.2369791666667 368.7356770833333 370.1796875 370.5013020833333 370.5677083333333 370.701171875 370.9296875 371.8307291666667 371.8776041666667 371.884765625 371.9140625 372.5651041666667 373.1848958333333 373.35546875 373.5065104166667 373.6653645833333 374.9791666666667 375.359375 375.3697916666667 375.44140625 375.6979166666667 376.0520833333333 376.1940104166667 376.6458333333333 376.6770833333333 378.578125 378.6731770833333 379.1432291666667 379.2981770833333 379.3033854166667 379.50390625 379.5572916666667 379.8020833333333 380.12109375 380.4348958333333 380.5611979166667 380.85546875 381.25 381.6627604166667 382.421875 382.7838541666667 382.7903645833333 384.2994791666667 384.3658854166667 385.7408854166667 385.75390625 386.0338541666667 390.9466145833333 392.931640625 393.5078125 395.3828125

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (5/13)

Meaningless Changes To Duration (4/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
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: 25.661 %
Stdev: 2.528 % (9.9%)
Runs: 19 22 22.2 22.6 22.7 22.7 23.1 23.1 23.2 23.3 23.4 23.4 23.6 23.8 23.9 23.9 24 24 24 24.1 24.1 24.1 24.5 24.6 24.6 24.7 24.8 24.8 25.1 25.2 25.3 26.1 26.1 26.1 26.6 26.6 26.7 26.7 26.7 26.7 27 27 27 27.2 27.2 27.2 27.3 27.3 27.3 27.6 27.9 29 29.2 29.8 30 30.6 30.6 31 31.7

Current
Mean: 25.427 %
Stdev: 2.461 % (9.7%)
Runs: 19 21.3 21.9 21.9 22.7 23 23.3 23.3 23.3 23.3 23.3 23.4 23.4 23.9 23.9 23.9 23.9 24 24 24 24 24.1 24.1 24.1 24.2 24.6 24.6 24.6 24.7 24.7 24.8 24.8 25.2 25.3 25.3 26 26 26 26.5 26.6 26.6 26.6 27.2 27.2 27.3 27.4 27.9 27.9 27.9 28.1 28.1 28.6 28.7 28.7 29.1 30 30 30.7 31.3
Open search router TTI Load Search Options Baseline
Mean: 139.305 ms
Stdev: 4.430 ms (3.2%)
Runs: 127.41922999918461 131.09261099994183 131.55192100256681 131.96016500145197 132.93017600476742 133.80855300277472 134.08105500042439 134.6117350012064 134.8869630023837 135.2067869976163 135.5669360011816 135.63273199647665 135.78564400225878 136.0822339951992 136.15189599990845 136.2824300006032 136.44258699566126 136.48429399728775 136.52396599948406 136.70125299692154 137.3096930012107 137.67643200606108 138.04516600072384 138.26879899948835 138.27677400410175 139.71366299688816 139.99060100317 140.2060950025916 140.29707900434732 141.3662919998169 141.3922530040145 141.40348299592733 141.8313800022006 141.85034199804068 141.87988299876451 142.09720899909735 142.26122999936342 142.53316200524569 142.5396730005741 142.57055699825287 142.724365003407 143.0017499998212 143.19140600413084 143.2654619961977 143.29683499783278 143.86161299794912 144.01713000237942 144.08207200467587 144.72253499925137 145.43920900672674 145.4932049959898 145.69730699807405 146.10567200183868 146.84041299670935

Current
Mean: 136.829 ms
Stdev: 6.523 ms (4.8%)
Runs: 120.30086299777031 120.34623199701309 122.29296899586916 125.24698900431395 126.60266099870205 127.43872100114822 130.4066980034113 130.6789549961686 131.15592499822378 131.16609799861908 131.59143099933863 131.67561800032854 131.73494500666857 132.0343429967761 132.7427980005741 132.85896799713373 133.3923749998212 133.57389400154352 133.5837410017848 133.93237299472094 134.4292400032282 134.74906399846077 134.90649399906397 135.22660399973392 135.69038899987936 136.51660100370646 137.02213599532843 137.08113600313663 137.40372700244188 137.52925600111485 137.6195480003953 137.7899580001831 137.84700499475002 138.1529949977994 138.4296879991889 138.9055170044303 139.0963950008154 139.36771699786186 139.96382699906826 140.01053900271654 140.09969100356102 140.4204099997878 141.4084469974041 141.78348799794912 142.0368249937892 142.0847570002079 142.31490100175142 142.62862200289965 142.631185002625 143.10058599710464 143.783893994987 144.70536299794912 144.82466600090265 144.96512800455093 145.59269200265408 145.64493899792433 146.1301669999957 148.47941100597382 149.77705900371075

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (6/13)

Meaningless Changes To Duration (5/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
Open search router TTI Open Search Router TTI Baseline
Mean: 1236.629 ms
Stdev: 80.791 ms (6.5%)
Runs: 1039.3494879975915 1041.5307219997048 1043.3031829968095 1043.6386319994926 1044.557169996202 1044.580607995391 1048.6437579989433 1055.562949001789 1056.4099529981613 1058.1684979945421 1060.2379970028996 1062.9761150032282 1063.4820159971714 1066.081217996776 1068.771119005978 1069.1412760019302 1070.2778730019927 1074.9200439974666 1079.2566329985857 1082.1840419992805 1082.6931149959564 1084.0384529978037 1084.2119959965348 1085.0924489945173 1087.8367520049214 1087.9045820012689 1089.8489589989185 1092.34094299376 1092.5399179980159 1094.6217859983444 1097.4479580000043 1099.304972998798 1100.4410400018096 1100.6934010013938 1101.8022469952703 1103.7830410003662 1104.040974996984 1105.0028889998794 1106.0624189972878 1108.0450039952993 1109.5222579985857 1109.8776459991932 1111.353759996593 1113.7124430015683 1116.2049160003662 1118.0880130007863 1118.0985519960523 1118.5183110013604 1120.2713629975915 1127.3417569994926 1128.5338549986482 1130.4504799991846 1131.0117189958692 1132.6603199988604 1135.9838469997048 1136.8575849980116 1139.5406090021133 1139.5406090021133 1141.1912849992514 1143.1330170035362 1143.951213002205 1144.1826590001583 1145.9051930010319 1147.6864020004869 1148.336833000183 1151.3138440027833 1152.545045003295 1156.0487060025334 1156.132853999734 1158.5395930036902 1158.9097499996424 1159.102132000029 1159.4122319966555 1159.571208000183 1160.5766609981656 1162.2092700004578 1165.3953460007906 1167.0041100010276 1167.7552899941802 1168.243896998465 1168.4187839999795 1168.5063479989767 1170.131999000907 1170.3369550034404 1170.4497889950871 1170.5925699993968 1171.1750079989433 1171.2926030009985 1172.2324219942093 1172.485514998436 1172.97636000067 1173.4953610002995 1175.6721609979868 1175.9622399955988 1176.1080330014229 1176.3672280013561 1177.0826829969883 1178.171428002417 1178.6743170022964 1178.8274339959025 1178.9589850008488 1179.3280439972878 1179.6136479973793 1179.892049998045 1180.2853600010276 1180.4770509973168 1181.3268639966846 1182.0015470013022 1182.060955002904 1183.6296800002456 1185.4538579955697 1185.6482750028372 1186.0841469988227 1186.3972579985857 1186.6304939985275 1186.9283859953284 1187.3651539981365 1188.7740890011191 1189.2807219997048 1190.335450001061 1190.8252360001206 1190.9684249982238 1191.1836350038648 1191.490072004497 1192.1516119986773 1192.2002770006657 1193.2404789999127 1194.788901001215 1195.0119640007615 1196.0967620015144 1196.3500979989767 1196.4237480014563 1197.4477540031075 1197.5282799974084 1199.1636969968677 1199.4865320026875 1199.6815190017223 1199.9862470030785 1200.1553559973836 1200.5183110013604 1200.6305750012398 1201.256755001843 1201.3568129986525 1201.713134996593 1201.8807779997587 1202.6264650002122 1203.9524739980698 1203.9852700009942 1204.2477219998837 1204.2477219998837 1204.3588059991598 1204.3588059991598 1204.412232004106 1204.5108650028706 1204.564127996564 1206.680583000183 1206.733928002417 1206.9640709981322 1207.2795009985566 1207.296428002417 1208.0002859979868 1208.1006269976497 1208.9732680022717 1209.006552003324 1209.006552003324 1209.4460859969258 1209.791829995811 1210.3708909973502 1211.391764998436 1211.8546550050378 1212.3317880034447 1212.5574550032616 1213.6142179965973 1213.8148600012064 1214.2711599990726 1214.2998459935188 1214.7502860054374 1215.1928309947252 1215.3366300016642 1215.3483889997005 1216.7121999934316 1216.8994959965348 1216.8994959965348 1217.0287280008197 1217.7504079937935 1218.173584997654 1218.7739269956946 1219.2442230060697 1219.266764998436 1219.9684659987688 1220.0066329985857 1221.0052089989185 1221.044231005013 1221.7265229970217 1221.935588002205 1222.7302249968052 1222.7997649982572 1222.7997649982572 1222.883382998407 1223.2577319964767 1223.866576999426 1224.2316089943051 1224.346801996231 1224.5438649952412 1225.3807369992137 1226.624715000391 1226.6653250008821 1226.7417409941554 1227.2653409987688 1227.2653409987688 1228.1405029967427 1229.0207929983735 1229.7978930026293 1230.1286220028996 1230.3897309973836 1230.4721679985523 1230.5552169978619 1230.6084809973836 1230.823608994484 1232.4985359981656 1232.7777509987354 1232.9654949977994 1232.9654949977994 1233.116944000125 1233.4366469979286 1233.9211839959025 1234.0964359939098 1234.210367999971 1234.220418997109 1236.0122890025377 1236.1279310062528 1236.4709069952369 1236.5446380004287 1236.5446380004287 1236.8334560021758 1236.8334560021758 1237.0593670010567 1237.178833000362 1237.1949469968677 1237.1949469968677 1237.7049160003662 1237.764852002263 1237.764852002263 1237.7768559977412 1238.4719650000334 1238.634236998856 1238.634236998856 1238.7965100035071 1238.8271489962935 1240.129435993731 1240.540771998465 1240.876953996718 1241.2375489994884 1241.432780995965 1241.6341150030494 1241.7189539968967 1242.5293789952993 1242.9097099974751 1242.922159999609 1242.9431969970465 1242.9431969970465 1243.2874349951744 1244.3286139965057 1245.4667569994926 1245.996012993157 1246.1577970013022 1246.1685390025377 1246.3774010017514 1247.4276539981365 1248.1361500024796 1248.3091240003705 1248.4592289999127 1249.0928959995508 1249.2138679996133 1249.2603770047426 1249.3194179981947 1250.381593003869 1250.41711499542 1250.5140789970756 1250.5506599992514 1251.5714529976249 1252.116659000516 1252.2299809977412 1252.2299809977412 1252.3539230003953 1252.4087330028415 1252.5684409961104 1252.5687669962645 1252.8172609955072 1253.1614179983735 1254.0437019988894 1254.0895999968052 1254.0895999968052 1254.1242280006409 1254.2773850038648 1254.6810309961438 1254.75333699584 1254.8616949990392 1254.8616949990392 1255.4984539970756 1255.6138520017266 1255.7132569998503 1255.7504480034113 1257.2710779979825 1257.320923998952 1259.0128999948502 1259.1083989962935 1259.1083989962935 1259.8971359953284 1259.8971359953284 1259.9189049974084 1260.1821299940348 1261.2847089990973 1261.3153899982572 1261.6846119984984 1262.4344080016017 1263.2008069977164 1264.9900719970465 1265.4755459949374 1265.518148995936 1266.4684659987688 1266.929972998798 1267.1478279978037 1267.735717996955 1268.0699879974127 1268.713257998228 1268.915689997375 1268.9538580030203 1269.6407479941845 1269.947103999555 1270.1567389965057 1270.7766930013895 1271.2168789952993 1271.3450120016932 1272.626139998436 1273.749756000936 1274.118367999792 1274.4424649998546 1274.690592996776 1274.690592996776 1276.0293789952993 1276.5440270006657 1277.0039469972253 1277.0656340047717 1277.6701669991016 1277.688395999372 1278.6151529997587 1278.6151529997587 1279.0082200020552 1279.0082200020552 1279.9503180012107 1280.7111010029912 1281.9960950016975 1282.051310993731 1282.421998001635 1283.0860600024462 1283.4287520051003 1283.4600839987397 1283.4600839987397 1284.0921229943633 1284.2535810023546 1284.305298998952 1284.4586999937892 1285.1057129949331 1285.9220789968967 1286.7989910021424 1286.9156909957528 1286.9619549959898 1287.1766769960523 1287.3791109994054 1287.3791109994054 1288.0646569952369 1289.6388759985566 1289.8916839957237 1291.2866219952703 1291.7362480014563 1291.9966230019927 1292.3163250014186 1292.8265389949083 1294.0381679981947 1295.1181649938226 1295.9267989993095 1298.3170170038939 1298.9116619974375 1299.6597910001874 1299.8519290015101 1300.4954840019345 1300.8430589959025 1300.9978029951453 1301.269490994513 1301.2797849997878 1302.3481850028038 1304.057780995965 1304.6419279947877 1305.3368740007281 1308.4031589999795 1309.7564300000668 1310.2395429983735 1310.4515379965305 1311.547770999372 1311.7689210027456 1313.5685639977455 1316.3507899940014 1317.0900069996715 1319.5180669948459 1319.789347998798 1321.385335996747 1324.3180750012398 1324.3180750012398 1324.572550997138 1325.0651449933648 1325.1765550002456 1326.2934169992805 1326.3894049972296 1327.798869997263 1331.3846849948168 1331.3846849948168 1331.4907639995217 1332.1811130046844 1332.4636230021715 1332.4636230021715 1332.494628995657 1333.5545669943094 1335.1099459975958 1335.3310559988022 1335.5330410003662 1336.3354490026832 1336.5188400000334 1340.231975004077 1340.7697350010276 1340.7697350010276 1341.595988996327 1342.945679999888 1343.209677003324 1343.3671469986439 1344.852173000574 1349.2318519949913 1349.434286005795 1349.751709997654 1350.6870529949665 1351.7331139966846 1351.802857004106 1352.6699230000377 1354.3194179981947 1355.2748219966888 1358.1553959995508 1358.95320700109 1360.165527999401 1361.4676930010319 1362.6685789972544 1363.5381269976497 1365.51578900218 1366.0729989930987 1366.7813729941845 1366.9701750054955 1369.0178230032325 1372.5142829939723 1372.7080489993095 1373.0354830026627 1373.546631000936 1374.766888000071 1378.8913990035653 1381.6706549972296 1387.6033940017223 1387.8339039981365 1389.6042890027165 1389.6614589989185 1390.1912039965391 1393.5421560034156 1395.1990970000625 1395.9190680012107 1398.6440849974751 1406.8380949944258 1407.074706993997 1407.4795750007033 1410.1730960011482 1414.1171059980989 1417.970541998744 1422.1013589948416 1428.843588002026 1433.0220149978995 1435.1620690003037

Current
Mean: 1231.451 ms
Stdev: 90.812 ms (7.4%)
Runs: 1007.0296640023589 1014.2066660001874 1014.6877039968967 1024.7323409989476 1037.695597998798 1037.9265960007906 1038.0486660003662 1039.0875650048256 1039.4481199979782 1043.4005130007863 1045.406534999609 1045.9355480000377 1047.170288003981 1048.2623709961772 1051.4104420021176 1053.4761149957776 1054.1314300000668 1055.6676030009985 1056.6341149955988 1057.883382000029 1059.2124839946628 1060.4590259939432 1062.7599289938807 1064.3605960011482 1065.6782639995217 1067.5522869974375 1070.4338790029287 1073.3615320026875 1075.1326500028372 1075.2744140028954 1075.8032639995217 1077.320923998952 1077.9117439985275 1080.1607260033488 1080.4306650012732 1081.6533610001206 1084.6895349994302 1087.565592996776 1088.257569000125 1092.049154996872 1092.07625400275 1092.1860359981656 1092.4680589959025 1093.4460449963808 1093.6053880006075 1093.8927820026875 1093.9653320014477 1095.5980639979243 1097.0329190045595 1099.7313240021467 1099.9471030011773 1101.0026450008154 1101.8953050002456 1105.1702069938183 1106.2645270004869 1109.1849780008197 1109.637655004859 1110.0580649971962 1110.2207439988852 1112.806558996439 1114.9688719958067 1116.5669760033488 1117.032674998045 1118.1940109953284 1123.5297449976206 1123.722859993577 1124.397218003869 1125.8942880034447 1127.3945309966803 1128.97831299901 1129.2179359942675 1129.6711030006409 1130.0966389998794 1132.1433110013604 1132.9052740037441 1133.3434249982238 1135.7658289968967 1136.6372890025377 1136.7313229963183 1137.6932369992137 1138.7461759969592 1140.5591230019927 1141.34505199641 1142.038372002542 1144.4710699990392 1145.7806400060654 1150.0970880016685 1150.251221999526 1150.5814210027456 1150.9096280038357 1152.1497399955988 1152.1561699956656 1153.148032002151 1154.8986410051584 1155.1594239994884 1155.3879809975624 1157.999879002571 1158.7652589976788 1159.0354830026627 1159.9210209995508 1161.1834309995174 1162.1652840003371 1164.2566740065813 1167.1037600040436 1167.3155930042267 1167.5155849978328 1167.5740970000625 1167.8399659991264 1168.0270600020885 1168.264811001718 1168.6608889997005 1171.055826999247 1171.1100259944797 1171.4895840063691 1171.7304700016975 1172.70320700109 1173.6556809991598 1174.204223997891 1174.4112550020218 1174.6302499994636 1175.2434900030494 1175.8557550013065 1176.6690279990435 1178.3020029962063 1178.6455490067601 1179.4112959951162 1180.675496995449 1181.9036469981074 1183.1074219942093 1183.3662109971046 1184.5373539999127 1185.2709150016308 1185.2709150016308 1185.4414059966803 1185.4414059966803 1185.5819500014186 1185.5819500014186 1185.9694830030203 1187.2792569994926 1187.2931319996715 1187.5438240021467 1188.1036380007863 1189.3062749952078 1190.24523999542 1190.4449869990349 1191.4977630004287 1192.3107509985566 1192.3629160001874 1192.3861489966512 1192.6322439983487 1192.8350019976497 1193.7384850010276 1194.178874000907 1194.1931980028749 1194.1931980028749 1194.2436939999461 1195.5608319938183 1196.1475019976497 1196.4333499968052 1197.681966997683 1197.9903569966555 1198.1156019940972 1198.1156019940972 1198.7541510015726 1199.5616049990058 1199.6069339960814 1201.9359949976206 1202.1760260015726 1202.1760260015726 1202.2601730003953 1203.2397469952703 1203.60945700109 1203.6427819952369 1204.6303310021758 1204.9118250012398 1204.960003003478 1205.415853999555 1205.7986660003662 1206.296713002026 1206.296713002026 1206.6173099949956 1206.7445890009403 1208.057983994484 1209.4396980032325 1209.6241459995508 1209.7270919978619 1210.1522630006075 1210.4667159989476 1211.1256919950247 1211.547403998673 1211.6458740010858 1212.9069830030203 1213.6605639979243 1213.9733889997005 1214.1599130034447 1214.891194999218 1215.9617519974709 1215.9964200034738 1216.0977379977703 1216.4836840033531 1216.5237630009651 1216.785115994513 1216.8237719982862 1217.0871990025043 1217.1889650002122 1218.6859949976206 1219.1920579969883 1219.438680998981 1220.0346689969301 1220.6020110026002 1221.1368010044098 1221.1398120000958 1221.8820799961686 1221.8884279951453 1221.9322919994593 1222.2491870000958 1222.397583000362 1223.9430759996176 1223.9430759996176 1224.1230069994926 1224.1759039983153 1224.9814459979534 1226.2974049970508 1227.163005001843 1227.6690279990435 1227.8235680013895 1228.0828050002456 1228.382853999734 1228.9349780008197 1229.0255540013313 1229.0255540013313 1229.9318859949708 1229.9798590019345 1230.717164002359 1231.0869550034404 1231.7586270049214 1231.8098969981074 1232.0579020008445 1232.2548419982195 1232.3836269974709 1233.1834729984403 1233.257812999189 1233.5257980003953 1233.914186000824 1233.922324001789 1234.132040001452 1234.677287004888 1234.82820700109 1235.1013589948416 1235.1013589948416 1235.1413170024753 1235.2703449949622 1236.1774500012398 1236.5598149970174 1237.0150559991598 1237.0502120032907 1237.2554129958153 1237.8929449990392 1237.8929449990392 1238.5050060003996 1239.218344002962 1239.3636479973793 1240.9318039938807 1240.9355879947543 1241.9801440015435 1242.3827309980989 1242.6628419980407 1242.728556998074 1242.728556998074 1242.7873950004578 1242.9351809993386 1243.065551996231 1243.0908209979534 1244.694255001843 1244.8796800002456 1245.9549980014563 1246.5425629988313 1247.2153730019927 1247.302613005042 1247.4071460068226 1247.4980069994926 1247.5258800014853 1247.5691739991307 1248.0622160062194 1248.356934003532 1248.3994559943676 1249.1210940033197 1249.2686370015144 1249.5503749996424 1249.8515229970217 1250.8572200015187 1251.5429689958692 1251.671631000936 1251.6925050020218 1252.4126800000668 1252.858602002263 1253.303874000907 1253.9440929964185 1254.3094889968634 1255.3923749998212 1257.2387299984694 1257.4894210025668 1258.2426759973168 1258.5327560007572 1258.6706149950624 1260.101075001061 1260.279623001814 1261.1445320025086 1261.824911005795 1261.844402000308 1263.6716319993138 1263.7083749994636 1263.781291000545 1263.9037280008197 1264.189535997808 1264.3608810007572 1264.8905850052834 1265.2113859951496 1265.9870209991932 1266.9007159993052 1266.9887290000916 1267.2003590017557 1267.2003590017557 1267.4903170019388 1267.9882009997964 1268.265868999064 1268.8662929981947 1269.1651619970798 1269.529094003141 1270.1176360026002 1270.800781995058 1270.800781995058 1271.6538089960814 1272.538819000125 1272.687908001244 1273.0542809963226 1273.9645999968052 1275.1820480003953 1275.3807379975915 1275.7652600035071 1275.9809990003705 1276.28894200176 1276.409912995994 1276.5934659987688 1276.7353519946337 1277.5177009999752 1278.2069910019636 1278.2069910019636 1278.8048909977078 1281.0432539954782 1282.242757000029 1282.3595380038023 1282.3595380038023 1282.6828620061278 1282.8026129975915 1283.1648769974709 1283.2537439987063 1283.5677089989185 1284.6544599980116 1285.4798180013895 1285.6755789965391 1286.1529139950871 1286.1529139950871 1287.649902999401 1287.8173429965973 1288.395509004593 1288.6198330000043 1289.3242600038648 1289.4046229943633 1289.594645999372 1291.1104740053415 1291.6715909987688 1293.3866780027747 1293.8339440003037 1293.8402919992805 1293.9869799986482 1294.094522997737 1294.3389889970422 1294.6704920008779 1294.7647300064564 1295.7971609979868 1296.0568450018764 1296.0568450018764 1296.6515709981322 1297.7796229943633 1297.946777999401 1298.1951090022922 1300.577393002808 1302.1536459997296 1302.2539470046759 1302.5414230003953 1302.6551930010319 1302.9354259967804 1303.4418139979243 1303.7479659989476 1304.6739509999752 1304.6739509999752 1304.928874000907 1305.9929210022092 1306.5037029981613 1306.8179930001497 1307.604126997292 1307.604126997292 1308.0565190017223 1310.165242999792 1310.7457280009985 1311.0364589989185 1311.3028569966555 1312.7550050020218 1313.0192470028996 1313.239502005279 1314.263225004077 1314.263225004077 1314.4116629958153 1314.8013100028038 1315.5648199990392 1316.330932997167 1316.588013999164 1317.161419004202 1317.161419004202 1318.1597089990973 1318.772298000753 1318.772298000753 1319.3551440015435 1321.418294005096 1321.458863005042 1322.8964440003037 1323.0588790029287 1323.5994469970465 1325.1640229970217 1326.0061450004578 1327.1822110041976 1328.1698810011148 1328.7308770045638 1330.7439370006323 1331.1451420038939 1331.8298749998212 1331.950073003769 1337.9307050034404 1339.207723006606 1340.9948740005493 1344.1469729989767 1346.4735930040479 1349.220092996955 1350.7301850020885 1352.4851490035653 1354.0502530038357 1357.3408610001206 1358.688598997891 1360.040527999401 1361.1340750008821 1364.2523600012064 1365.738771006465 1366.5725110024214 1366.927287004888 1368.328533001244 1370.6807870045304 1371.4345299974084 1376.6624770015478 1378.7931730002165 1380.2884119972587 1381.6140960007906 1382.3986010029912 1382.865927003324 1391.1783460006118 1391.4382739961147 1393.117513999343 1393.117513999343 1398.2593590021133 1398.4749360010028 1400.0830489993095 1402.1331790015101 1402.1806650012732 1406.0817070007324 1407.8919690027833 1408.450807005167 1411.7113860026002 1411.9401460066438 1413.044678002596 1414.9340020045638 1415.6349700018764 1416.118978999555 1421.854655995965 1425.1454680040479 1425.475302003324 1426.9112560003996 1428.959921002388 1430.0049649998546 1433.0017100051045 1444.1647960022092 1446.3604340031743 1446.3604340031743
Open search router TTI (CPU) Baseline
Mean: 146.025 %
Stdev: 4.026 % (2.8%)
Runs: 137.21524227479622 139.64354779124432 139.9619216818165 140.46043606861716 140.79765039017047 141.618411860279 141.73810976520386 141.80964170696046 141.9855422507942 142.08501550430483 142.20956035911948 142.31369349568078 142.4463231673341 142.90175826329744 142.93563134875188 143.08592955193697 143.34563725422217 143.38894336706522 143.43900559359258 143.5168143984918 143.55973455869793 143.69950595978804 144.13230356835416 144.18460279095132 144.295314849314 144.39165135541978 144.47829723714344 144.48008404976946 144.970694110404 145.19024138601523 145.44424785549148 145.71173630420932 145.7232255868643 146.21769543634377 146.28906865776435 146.87278471010998 147.11112415737048 147.65001784693968 148.0556762763607 148.11734845550356 148.36519880659162 148.46290115336336 148.47278439410414 148.56471942786382 148.65654196142034 149.08323217706052 149.33346374007482 149.96984318398387 150.56792538060142 150.58882221936 150.67957848774137 150.7407131740139 150.88046672872125 151.30213899810892 151.3955785855414 151.75321514618997 151.75672196169668 152.36573692735146 153.1310648824274 157.96001573146864

Current
Mean: 145.590 %
Stdev: 3.797 % (2.6%)
Runs: 137.55688799307325 138.55878969034498 139.38941559112854 139.90466763724902 140.4851159237555 141.78688904779682 141.82266768434175 141.89755358835876 141.95197687438414 141.96437585508198 141.99943226517036 142.1813474881084 142.26286427033824 142.59816021363577 142.6794579353239 142.71627859280304 142.74423991036136 143.08572555598093 143.25288423130718 143.37079483323038 143.55837274430314 143.94681628323124 144.16657139086303 144.50411995943486 144.82929352562485 144.87339533255738 144.95887916297278 145.1487432888557 145.22127369650906 145.26585193712458 145.43939565156822 145.6193048182155 145.7990399409824 145.90563933771685 146.24698925053258 146.2515087331816 146.29075447207742 146.45222345236644 146.57327032576234 146.73020547502492 146.94775640178395 146.9973798727839 147.45804120276233 147.70165309266528 147.74256064738515 148.21642682556677 148.33365678130428 149.63785423730158 149.92360376828697 150.1185395438041 150.37804655039918 150.55793986924863 150.59454479362736 150.67730564816566 150.9774200775624 151.65321826927132 151.79159665415906 154.7672825248369 155.34015924032434
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

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

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (7/13)

Meaningless Changes To Duration (6/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
Show details
Name Duration
Open search router TTI (RAM) Baseline
Mean: 403.461 MB
Stdev: 6.332 MB (1.6%)
Runs: 392.85 393.93984375 394.99140625 395.4765625 395.6765625 395.82421875 396.21640625 396.328125 396.9703125 397.1390625 397.37734375 397.43125 397.9859375 398.08828125 398.21640625 398.22265625 398.45625 398.59453125 398.79921875 399.2984375 400.1640625 400.23203125 400.3118489583333 400.4234375 400.440625 400.4733072916667 401.1650390625 401.17421875 401.32734375 402.17890625 402.46171875 403.75390625 404.1373697916667 404.32109375 404.57890625 405.1334635416667 405.9328125 406.0546875 406.6015625 406.7779947916667 406.790625 406.85234375 406.94765625 407.6634114583333 408.1890625 409.1985677083333 409.68046875 409.959375 409.9615885416667 410.1953125 410.8196614583333 411.0592447916667 411.1578125 411.515625 412.38359375 412.6282552083333 414.384765625 417.059375 422.232421875

Current
Mean: 404.527 MB
Stdev: 5.138 MB (1.3%)
Runs: 391.9796875 395.92265625 395.9671875 396.9850260416667 397.20703125 398.078125 398.19921875 398.22421875 398.42265625 398.5828125 398.76171875 399.29140625 399.32109375 400.2796875 400.2805989583333 400.91875 401.29453125 401.43984375 401.6171875 402.275 402.3528645833333 402.6555989583333 403.0828125 403.11875 403.71171875 403.753125 403.8328125 404.1578125 404.5006510416667 404.50234375 404.5240885416667 404.53515625 404.7484375 405.55390625 405.696875 405.9186197916667 406.4609375 406.6217447916667 407.2897135416667 407.4716796875 407.8229166666667 407.9303385416667 408.1223958333333 408.6653645833333 408.90625 409.06640625 409.0677083333333 409.1515625 409.775390625 409.8274739583333 410.1015625 410.380859375 410.77734375 411.509765625 411.8248697916667 412.715625 412.996875 413.423828125 415.5
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: 25.273 %
Stdev: 1.372 % (5.4%)
Runs: 22.8 22.9 23.3 23.6 23.9 23.9 23.9 23.9 23.9 24 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.4 24.4 24.6 24.7 24.7 24.7 24.8 25 25 25 25 25.1 25.2 25.2 25.3 25.4 25.4 25.5 25.5 25.6 25.6 25.6 25.6 25.8 25.9 26 26 26 26.4 26.6 26.7 26.9 27.2 27.3 27.6 28 28.1 28.6 29.1

Current
Mean: 25.582 %
Stdev: 1.146 % (4.5%)
Runs: 23.2 23.2 23.4 23.6 23.9 23.9 24.2 24.3 24.3 24.4 24.6 24.7 24.7 24.8 24.9 25 25 25.1 25.1 25.2 25.3 25.3 25.4 25.4 25.4 25.5 25.6 25.6 25.7 25.7 25.7 25.7 25.9 25.9 25.9 25.9 25.9 26 26 26 26.1 26.1 26.2 26.3 26.3 26.4 26.5 26.5 26.6 26.7 26.9 27.3 27.3 27.8 27.8 27.9 28.2

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (8/13)

Meaningless Changes To Duration (7/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
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: 480.322 ms
Stdev: 31.965 ms (6.7%)
Runs: 413.69201700389385 421.6460779979825 424.4825030043721 424.7183020040393 436.9706219956279 439.2887369990349 439.4553640037775 444.4409999996424 445.5147300064564 449.5533449947834 449.77319400012493 450.5278320014477 452.58483899384737 453.92077600210905 454.75048799812794 455.34106500446796 455.5203860029578 455.8493250012398 456.0794269964099 456.3153080046177 459.66093000024557 460.63789900392294 470.5487469956279 470.94978799670935 473.1037999987602 473.333740003407 475.34175600111485 475.9507649987936 479.01021299511194 479.8585209995508 482.70406100153923 485.33557099848986 486.4323740005493 488.1416829973459 488.30773900449276 491.6561279967427 492.12817399948835 494.1634519994259 495.7865810021758 496.3744309991598 497.004068993032 497.4788010045886 497.66593400388956 500.4683019965887 501.9086100012064 502.5448410063982 505.4554859995842 515.062743999064 515.0879729986191 515.4199220016599 515.7083739936352 515.9577229991555 517.61551900208 524.8961590006948 524.9828289970756 525.0566809996963 529.2482509985566 533.9202070012689 539.7053230032325 544.2657469958067

Current
Mean: 481.070 ms
Stdev: 33.739 ms (7.0%)
Runs: 409.00170899927616 415.3867999985814 421.99670400470495 423.77522799372673 424.1808679997921 429.6441660001874 442.3279630020261 443.05399599671364 444.64908899366856 450.4242350012064 450.6962889954448 451.9501949995756 453.0430509969592 454.62203000485897 455.8014330044389 456.4821370020509 458.4851080030203 462.38317900151014 462.5911049991846 462.7211510017514 464.3420010060072 464.60978300124407 467.568685002625 467.74694799631834 468.1028650030494 473.28222600370646 477.6294770017266 478.2651769965887 479.3627520054579 480.1753749996424 480.6820880025625 482.27132199704647 482.5486249998212 484.47872000187635 486.7310390025377 487.85351499915123 494.06038399785757 495.5222989991307 495.81966199725866 496.68033900111914 497.1989750042558 499.3680419996381 499.78649999946356 501.7370610013604 505.9992680028081 510.60758500546217 515.1247559934855 516.0128580033779 517.441080994904 517.5320640057325 517.985188998282 523.3447679951787 524.6197099983692 524.9761559963226 526.7111009955406 531.0043540000916 531.4311119988561 532.3313800022006 543.5741779953241 546.454020999372
Report typing (CPU) Baseline
Mean: 94.069 %
Stdev: 4.069 % (4.3%)
Runs: 87.6987151981287 87.74051428639966 88.5422865405597 88.62331297721457 88.79032210572038 88.79995105778387 89.12406423394089 89.82373787325095 89.9158608914131 89.94577648881294 89.95866877878356 90.26898022895715 90.37245891450084 90.39675818981024 90.51141087388635 90.57846148077147 91.04359475361699 91.16168934556806 91.42463169624102 91.46636761393336 91.50072814667276 91.55678904780876 92.3352340606929 92.3407922769008 92.45678034418934 92.46637228297381 93.01961766019032 93.1297563675183 93.3174432832371 93.46305347672089 93.55617416317654 93.83889954508446 94.73030690902216 94.74641951612985 95.12516570581465 95.17716940758345 95.35946538317836 95.57229907215667 95.63516495235511 95.76251705124136 96.13366407116929 96.22027329999511 96.98570888153426 97.1687208955697 97.39766341886181 97.52062418759299 97.90009889239404 98.68319220931197 98.76866512331648 99.58082521320762 100.25886672639062 100.36113515263816 100.58474971723565 100.80393805356668 101.09036365530679 101.15806753288797 101.36123805523648 102.76381572247618

Current
Mean: 95.481 %
Stdev: 5.116 % (5.4%)
Runs: 88.16735623281087 88.61176929526262 88.81896047978029 89.35747392802715 89.46600038230174 89.52759981132371 89.89613855953598 89.91913110078788 90.14145995821578 90.4234416319736 90.54124273201401 90.59143336520138 90.60704930743135 90.66755429827863 90.75432539435383 91.0598395192169 91.37929285633538 91.62387181078535 92.06709269152864 92.11159919538689 92.37486337926387 93.11984247572613 93.54251525279017 93.5936911079857 93.67736163568114 93.7095777345838 93.89339883524609 94.11032589321162 94.14643618735161 94.3697207203307 94.4135689278849 94.78880783152711 94.97418142022458 95.37118660083142 95.38648490420418 95.41380923718538 95.51476702130518 95.62564597664789 96.81743894010467 97.45642443731093 97.48662611380654 97.90375579941251 97.92167490032887 99.83675221056923 99.97665441257632 100.04269578379548 100.15398449474618 100.25654600750802 100.3013628472043 100.54775232068988 100.57119188829948 100.66448192882687 101.09334732192843 101.41600968772181 102.32821026026225 102.43444656245747 102.76331632940658 104.0428720376631 109.91670157684322 111.13925566491613

Copy link
Contributor

github-actions bot commented May 6, 2025

Performance Comparison Report 📊 (9/13)

Meaningless Changes To Duration (8/12)

Show entries
Name Duration
App start time nativeLaunch 24.362 ms → 23.759 ms (-0.603 ms, -2.5%)
App start time nativeLaunchEnd_To_appCreationStart 75.931 ms → 79.400 ms (+3.469 ms, +4.6%)
App start time appCreation 68.068 ms → 70.966 ms (+2.898 ms, +4.3%)
App start time appCreationEnd_To_contentAppeared 501.298 ms → 508.117 ms (+6.818 ms, +1.4%)
App start time runJsBundle 316.967 ms → 318.133 ms (+1.167 ms, ±0.0%)
App start time regularAppStart 0.020 ms → 0.021 ms (+0.000 ms, +2.1%)
App start time (CPU) 147.292 % → 146.777 % (-0.516 %, ±0.0%)
App start time (FPS) 60.000 FPS → 60.000 FPS
App start time (RAM) 376.745 MB → 376.322 MB (-0.423 MB, ±0.0%)
App start time (CPU/JS) 0.000 % → 0.000 %
App start time (CPU/UI) 25.661 % → 25.427 % (-0.234 %, -0.9%)
Open search router TTI Load Search Options 139.305 ms → 136.829 ms (-2.476 ms, -1.8%)
Open search router TTI Open Search Router TTI 1236.629 ms → 1231.451 ms (-5.178 ms, ±0.0%)
Open search router TTI (CPU) 146.025 % → 145.590 % (-0.435 %, ±0.0%)
Open search router TTI (FPS) 60.000 FPS → 60.000 FPS
Open search router TTI (RAM) 403.461 MB → 404.527 MB (+1.066 MB, ±0.0%)
Open search router TTI (CPU/JS) 0.000 % → 0.000 %
Open search router TTI (CPU/UI) 25.273 % → 25.582 % (+0.309 %, +1.2%)
Report typing Composer typing rerender count 1.000 renders → 1.000 renders
Report typing Message sent 480.322 ms → 481.070 ms (+0.748 ms, ±0.0%)
Report typing (CPU) 94.069 % → 95.481 % (+1.411 %, +1.5%)
Report typing (FPS) 60.000 FPS → 60.000 FPS
Report typing (RAM) 474.173 MB → 474.865 MB (+0.692 MB, ±0.0%)
Report typing (CPU/JS) 0.000 % → 0.000 %
Report typing (CPU/UI) 20.444 % → 20.614 % (+0.169 %, +0.8%)
Chat opening Chat TTI 722.627 ms → 707.103 ms (-15.524 ms, -2.1%)
Chat opening (CPU) 160.211 % → 160.838 % (+0.626 %, ±0.0%)
Chat opening (FPS) 60.000 FPS → 60.000 FPS
Chat opening (RAM) 398.260 MB → 399.271 MB (+1.011 MB, ±0.0%)
Chat opening (CPU/JS) 0.000 % → 0.000 %
Chat opening (CPU/UI) 33.507 % → 33.997 % (+0.490 %, +1.5%)
Money request - Open Manual Tracking 139.157 ms → 138.022 ms (-1.135 ms, -0.8%)
Money request - Open Contacts 228.234 ms → 229.229 ms (+0.995 ms, ±0.0%)
Money request - Open Create 138.481 ms → 136.782 ms (-1.699 ms, -1.2%)
Money request (CPU) 179.317 % → 178.981 % (-0.336 %, ±0.0%)
Money request (FPS) 59.048 FPS → 59.326 FPS (+0.278 FPS, ±0.0%)
Money request (RAM) 468.656 MB → 470.073 MB (+1.418 MB, ±0.0%)
Money request (CPU/JS) 0.000 % → 0.000 %
Money request (CPU/UI) 44.803 % → 44.420 % (-0.383 %, -0.9%)
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

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: 474.173 MB
Stdev: 5.339 MB (1.1%)
Runs: 461.48916903409093 462.62872023809524 463.18856534090907 463.81587357954544 465.4019717261905 467.52272727272725 469.2697088068182 469.27468039772725 469.27805397727275 469.724609375 469.921875 470.12961647727275 471.13014914772725 471.15731534090907 471.2222450657895 471.2861842105263 471.3021484375 471.4644886363636 471.5759943181818 471.99928977272725 472.01875 472.0584161931818 472.3431919642857 472.58984375 472.7613636363636 472.91086647727275 473.091796875 473.330078125 473.74140625 473.7594572368421 474.1227384868421 474.2849786931818 474.3653273809524 474.64382102272725 475.10493607954544 475.3414884868421 475.3694957386364 475.9236505681818 476.03781960227275 476.11245888157896 476.6694568452381 477.4244791666667 477.73846726190476 477.94034090909093 478.0962890625 478.25546875 478.652734375 478.75497159090907 479.07297585227275 479.2947443181818 479.9664884868421 480.394921875 480.79296875 480.89914772727275 481.7372532894737 482.5816200657895 484.4743009868421 484.7958470394737 485.9765625

Current
Mean: 474.865 MB
Stdev: 5.113 MB (1.1%)
Runs: 463.9762073863636 465.7498224431818 465.99129971590907 466.7230113636364 467.0626953125 468.7685546875 468.8259765625 468.87779017857144 468.947265625 470.0618832236842 470.38352272727275 470.40127840909093 470.51846590909093 471.7286931818182 471.8048650568182 471.8460115131579 471.93080357142856 472.3931640625 472.9205078125 473.0023082386364 473.1177455357143 473.27006392045456 473.28586647727275 473.33487215909093 473.41122159090907 473.4749644886364 473.65550595238096 473.7888849431818 473.99129971590907 474.7228515625 474.9861505681818 475.0310724431818 475.07723721590907 475.4586292613636 475.4683388157895 475.7835582386364 476.2845052083333 476.3687855113636 476.75088778409093 476.9631990131579 477.3980654761905 477.6677734375 477.74979440789474 477.9446957236842 478.2482421875 479.1502130681818 479.44363839285717 479.474609375 480.1853515625 480.656640625 480.717578125 481.1819490131579 481.3227796052632 483.37767269736844 483.74342105263156 485.5376233552632 485.87972861842104 486.33902138157896
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

github-actions bot commented May 6, 2025

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

Copy link
Contributor

github-actions bot commented May 7, 2025

🚀 Deployed to production by https://github.com/yuwenmemon in version: 9.1.40-7 🚀

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

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.

4 participants