We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae637cb commit 0f91b53Copy full SHA for 0f91b53
README.md
@@ -43,9 +43,9 @@ This is a non-serious benchmark. The purpose is to compare the performance of Qu
43
44
| Engine | v8 | QuickJS (Script Mode) | QuickJS (Bytecode Mode) |
45
| :----: | :--: | :-------------------: | :---------------------: |
46
-| init | 37ms | 18ms | 18ms |
47
-| eval | 35ms | 282ms | 48ms |
48
-| total | 72ms | 300ms | 56ms |
+| init | 30ms | 18ms | 18ms |
+| eval | 29ms | 282ms | 48ms |
+| total | 59ms | 300ms | 56ms |
49
50
- Device: Huawei P30 Pro (Kirin 980), Android 10.
51
- Test JavaScript File: `asset:/sonic.js` (189 KB).
0 commit comments