Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6305996.5 Ops/sec |
lodash get, empty input | 1397077.5 Ops/sec |
destructuring with defaults, find item | 1686739.5 Ops/sec |
lodash get, find item | 792783.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2427432.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2353982.2 Ops/sec |
destructuring dynamic key | 1519534.2 Ops/sec |
lodash dynamic key | 774680.5 Ops/sec |