Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4411840.0 Ops/sec |
lodash get, empty input | 880508.7 Ops/sec |
destructuring with defaults, find item | 3884562.0 Ops/sec |
lodash get, find item | 929282.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2706331.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2679408.8 Ops/sec |
destructuring dynamic key | 3961307.2 Ops/sec |
lodash dynamic key | 947375.4 Ops/sec |