Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 539 Bytes

HermesTestDemo

Time-consuming comparison between JSC and Hermes (both using cached Instance)

ScreenShots

JSC Hermes
JSC Hermes
单元格 单元格

chart

chart

How to run this demo?

Run with Hermes

# gradle.properties
useHermesEngine=true

# shell
./gradlew installDebug

Run with JSC

# gradle.properties
useHermesEngine=false

# shell
./gradlew installDebug