You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
node tools/benchmark
|
|
```
|