pegjs/tools/benchmark/README.md

8 lines
251 B
Markdown
Raw Normal View History

2018-11-02 18:42:42 +01:00
This directory contains the benchmark suite that measures the speed of parsers generated by PEG.js on various inputs. Its main goal is to provide data for code generator optimizations.
From the root of the repository:
```sh
2019-02-15 22:07:40 +01:00
node tools/benchmark
2018-11-02 18:42:42 +01:00
```