Skip to content

Commit cde8cc2

Browse files
committed
docs: Link the testing scripts from the documentation
1 parent c8ce50c commit cde8cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

benchmarks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Install additional NPM modules for the benchmarks and generate JSON parsers from
1010

1111
## Testing
1212

13-
Run performance tests:
13+
Run [performance tests] to compare the parsing speed:
1414

1515
node parse
1616

17-
Compare error handling by testing invalid input and printing various error messages:
17+
Compare error handling by [testing invalid input] and printing various error messages:
1818

1919
node fail
2020

@@ -25,3 +25,5 @@ If you modify some grammars, you have to regenerate parsers before running the t
2525
[performance]: ./results/performance.md
2626
[quality of error reporting]: ./results/errorReportingQuality.md
2727
[the best parsers for particular scenarios]: ./results/evaluation.md
28+
[performance tests]: ./parse.js
29+
[testing invalid input]: ./fail.js

0 commit comments

Comments
 (0)