Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3360799.8 Ops/sec |
lodash get, empty input | 1087044.1 Ops/sec |
destructuring with defaults, find item | 1119517.4 Ops/sec |
lodash get, find item | 597514.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1800818.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1863034.8 Ops/sec |
destructuring dynamic key | 1212024.8 Ops/sec |
lodash dynamic key | 630370.2 Ops/sec |