YutaSugimura / ReactNative-Performance-Survey

MIT License
0 stars 0 forks source link

Startup time comparison between conventional engine and hermes(iOS) #2

Closed YutaSugimura closed 3 years ago

YutaSugimura commented 3 years ago

Use react-native-startup-time to measure startup time. react-native-startup-time

Hermes Engine

default import

startup time: 1323ms(Average of 10 trials)

inline requires

startup time: 1199.9ms(Average of 10trials)

Conventional Engine

default import

startup time: 1435.2ms(Average of 10trials)

inline requires

startup time: 1442ms(Average of 10trials)