pegjs/tools/impact
2018-11-04 07:15:03 +00:00
..
index.js Move test/benchmark to tools/benchmark 2018-11-02 17:03:30 +00:00
package.json Move test/impact to tools/impact 2018-11-02 15:15:25 +00:00
README.md Add README for bundle + consmetic changes 2018-11-04 07:15:03 +00:00

This directory contains a tool used on the PEG.js repository that measures the impact of two git commits on a number of generated parsers, extracting the benchmark speeds and generated parser sizes, comparing the results of each commit against the other before finally displaying the overall results in the console.

From the root of the repository:

npx impact <commit>
npx impact <commit_before> <commit_after>