Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4574985.0 Ops/sec |
lodash get, empty input | 1152922.0 Ops/sec |
destructuring with defaults, find item | 1341058.6 Ops/sec |
lodash get, find item | 607761.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1830591.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1965889.8 Ops/sec |
destructuring dynamic key | 1243069.0 Ops/sec |
lodash dynamic key | 681459.3 Ops/sec |