Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 106052176.0 Ops/sec |
lodash get, empty input | 1970402.8 Ops/sec |
destructuring with defaults, find item | 29481768.0 Ops/sec |
lodash get, find item | 2016621.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 47329372.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 47312308.0 Ops/sec |
destructuring dynamic key | 27255798.0 Ops/sec |
lodash dynamic key | 2005937.9 Ops/sec |