Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5683396.5 Ops/sec |
lodash get, empty input | 1667257.0 Ops/sec |
destructuring with defaults, find item | 1632397.6 Ops/sec |
lodash get, find item | 713292.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2508283.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2488691.0 Ops/sec |
destructuring dynamic key | 1561265.5 Ops/sec |
lodash dynamic key | 811367.5 Ops/sec |