You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[XS](https://github.com/Moddable-OpenSource/moddable): version 8.8.0, xst executable, x86, 64 bits, compiled with -O3. The engine cannot correctly run the RegExp test, so it was disabled.
35
36
*[MuJS](https://mujs.com/): version 1.0.6, mujs executable, x86, 64 bits, compiled with -O2. The engine cannot correctly run the RegExp test so it was disabled. JS\_STACKSIZE and JS\_ENVLIMIT were increased to 32768 to run EarleyBoyer.
36
37
*[JerryScript](http://jerryscript.net/): git version 2b8c4286, jerry executable, x86, 64 bits. The engine could not run EarleyBoyer, RegExp and Splay.
38
+
*[Hermes](https://hermesengine.dev/): version 0.1.0, 64 bit Linux binary downloaded from [here](https://github.com/facebook/hermes/releases). The benchmark was run with the -O option (=enable expensive optimizations).
39
+
*[V8](https://v8.dev/): version 7.7.289, Linux 64 bit executable downloaded from [here](https://storage.googleapis.com/chromium-v8/official/canary/v8-linux64-rel-7.7.289.zip).
0 commit comments