93ceeff597
- Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json
9 lines
437 B
Markdown
9 lines
437 B
Markdown
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:
|
|
|
|
```sh
|
|
node tools/impact <commit>
|
|
node tools/impact <commit_before> <commit_after>
|
|
```
|