Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3876230.0 Ops/sec |
lodash get, empty input | 873856.8 Ops/sec |
destructuring with defaults, find item | 968653.2 Ops/sec |
lodash get, find item | 549693.8 Ops/sec |
destructuring null input | 2923673.2 Ops/sec |
lodash null input | 1623590.9 Ops/sec |
destructuring undefined input | 2936598.5 Ops/sec |
lodash undefined input | 1600995.2 Ops/sec |
destructuring dynamic key | 1119390.9 Ops/sec |
lodash dynamic key | 578377.3 Ops/sec |