diff --git a/tools/benchmark/README.md b/tools/benchmark/README.md new file mode 100644 index 0000000..b7e0f19 --- /dev/null +++ b/tools/benchmark/README.md @@ -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 +```