Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 135099040.0 Ops/sec |
lodash get, empty input | 3947804.8 Ops/sec |
destructuring with defaults, find item | 12019229.0 Ops/sec |
lodash get, find item | 2720210.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 59057124.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 56065748.0 Ops/sec |
destructuring dynamic key | 12588216.0 Ops/sec |
lodash dynamic key | 2292006.2 Ops/sec |