Skip to content

Instantly share code, notes, and snippets.

@susisu
Created September 2, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save susisu/a1d704f103f03704b5da071c027a4512 to your computer and use it in GitHub Desktop.
Save susisu/a1d704f103f03704b5da071c027a4512 to your computer and use it in GitHub Desktop.
λ 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