Skip to content

Commit

Permalink
chore: include benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Mar 7, 2019
1 parent 8721b39 commit d8eb82e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,17 @@ Both `foo` and `bar` can be on any type.<br>
A `Boolean` is returned indicating if the two were deeply equal.


## Benchmarks

> Running Node v10.13.0
```
fast-deep-equal x 214,365 ops/sec ±0.30% (93 runs sampled)
dequal x 160,116 ops/sec ±0.29% (93 runs sampled)
lodash.isEqual x 45,257 ops/sec ±0.26% (95 runs sampled)
```
<sup>_Candidates operate identically to one another_</sup>

## License

MIT © [Luke Edwards](https://lukeed.com)

0 comments on commit d8eb82e

Please sign in to comment.