pegjs/tools/impact
2019-11-15 00:53:18 +00:00
..
index.js General QOL changes 2018-11-04 10:01:56 +00:00
package.json Update dependencies 2019-11-15 00:53:18 +00:00
README.md General QOL changes 2018-11-04 10:01:56 +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:

node tools/impact <commit>
node tools/impact <commit_before> <commit_after>