Add README for tools/benchmark

This commit is contained in:
Futago-za Ryuu 2018-11-02 17:42:42 +00:00
parent 163ff20508
commit 70a6fab636

View 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
```