Created
September 2, 2018 08:33
-
-
Save susisu/a1d704f103f03704b5da071c027a4512 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ bin/bench ./gists.json 10000 pegjs | |
Node.js version: 10.9.0 | |
JSON file: ./gists.json | |
Loops: 10000 | |
pegjs: 56181.985ms | |
λ bin/bench ./gists.json 10000 parsimmon | |
Node.js version: 10.9.0 | |
JSON file: ./gists.json | |
Loops: 10000 | |
parsimmon: 36328.541ms | |
λ bin/bench ./gists.json 10000 loquat | |
Node.js version: 10.9.0 | |
JSON file: ./gists.json | |
Loops: 10000 | |
loquat: 30668.675ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment