Skip to content

Commit 0972945

Browse files
committed
improved Expensify app example
1 parent f721322 commit 0972945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ From initial tests and benchmarks, Hermes V1 outperforms Legacy Hermes in variou
7272
On the [Expensify app](https://github.com/Expensify/App), a real world and complex application, we have seen the following improvements:
7373
| Metric | Android (low end device) | iOS |
7474
| --- | --- | --- |
75-
| Bundle Load Time | 3.16% | 9% |
76-
| Total TTI | 7.62% | 2.5% |
77-
| Content TTI | 7.19% | 7.5% |
75+
| Bundle Load Time | 3.16% faster | 9% faster |
76+
| Total TTI | 7.62% faster | 2.5% faster |
77+
| Content TTI | 7.19% faster | 7.5% faster |
7878

7979
For Total TTI, we measured the time it takes from bundle loading to when the first screen in the app is rendered and it is interactive.
8080

0 commit comments

Comments
 (0)