Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 612193.0 Ops/sec |
lodash get, empty input | 251355.4 Ops/sec |
destructuring with defaults, find item | 148625.1 Ops/sec |
lodash get, find item | 77759.6 Ops/sec |
destructuring null input | 345636.1 Ops/sec |
lodash null input | 329758.2 Ops/sec |
destructuring undefined input | 1950954.6 Ops/sec |
lodash undefined input | 920783.3 Ops/sec |
destructuring dynamic key | 625587.8 Ops/sec |
lodash dynamic key | 318531.6 Ops/sec |