Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 920838.4 Ops/sec |
lodash get, empty input | 251361.9 Ops/sec |
destructuring with defaults, find item | 303880.5 Ops/sec |
lodash get, find item | 157559.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 421684.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 404213.2 Ops/sec |
destructuring dynamic key | 303563.1 Ops/sec |
lodash dynamic key | 176650.2 Ops/sec |