Skip to content

Commit c8ce50c

Browse files
committed
docs: Link the benchmarks directory including its contents
1 parent 6f6d702 commit c8ce50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is a fork of the original package with the following enhancements:
1717
* Can parse and skip JavaScript-style comments.
1818
* Can accept single quotes (apostrophes) as string delimiters.
1919
* Implements JavaScript modules using [UMD](https://github.com/umdjs/umd) to work everywhere.
20-
* Can use the native JSON parser to gain the [best performance](./benchmarks/README.md), while showing error messages of the same quality.
20+
* Can use the native JSON parser to gain the [best performance](./benchmarks#json-parser-comparison), while showing error messages of the same quality.
2121
* Depends on up-to-date npm modules with no installation warnings.
2222
* Small size - 13.4 kB minified, 4.6 kB gzipped.
2323

@@ -114,7 +114,7 @@ validate(jsonData)
114114

115115
### Performance
116116

117-
This is a part of an output from the [parser benchmark](./benchmarks/README.md), when parsing a 4.2 KB formatted string ([package.json](./package,json)) with Node.js 10.15.3:
117+
This is a part of an output from the [parser benchmark](./benchmarks#json-parser-comparison), when parsing a 4.2 KB formatted string ([package.json](./package,json)) with Node.js 10.15.3:
118118

119119
the built-in parser x 61,588 ops/sec ±0.75% (80 runs sampled)
120120
the pure jison parser x 2,516 ops/sec ±1.31% (84 runs sampled)

0 commit comments

Comments
 (0)