benchmark/esprima_parse.rb
0 → 100644
+11
−0
benchmark/parse.rb
0 → 100644
+11
−0
+2
−2
Loading
Currently the tests show that esprima-version is 2x slower. Times for parsing all of sencha touch source files: JsParser: 3.5s EsprimaParser: 6.6s Also... the JsParser is now switched back to using the old Lexer, not the esprima-one.