fast-is-equal 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ console.log(fastIsEqual([1, 2], [1, 3])); // false
|
|
|
72
72
|
|
|
73
73
|
### Detailed Benchmark Results
|
|
74
74
|
|
|
75
|
-
Run `yarn benchmark` or `npm run benchmark` to test locally. Full results available in [benchmarks/results.txt](
|
|
75
|
+
Run `yarn benchmark` or `npm run benchmark` to test locally. Full results available in [benchmarks/results.txt](benchmarks/results.txt).
|
|
76
76
|
|
|
77
77
|
#### Edge Cases Where Lodash Wins
|
|
78
78
|
|
package/package.json
CHANGED