Add README for tools/benchmark
This commit is contained in:
parent
163ff20508
commit
70a6fab636
7
tools/benchmark/README.md
Normal file
7
tools/benchmark/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
yarn benchmark
|
||||
```
|
Loading…
Reference in a new issue