Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6035132.5 Ops/sec |
lodash get, empty input | 1668839.2 Ops/sec |
destructuring with defaults, find item | 1805794.5 Ops/sec |
lodash get, find item | 925741.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2695003.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2752501.5 Ops/sec |
destructuring dynamic key | 1713857.0 Ops/sec |
lodash dynamic key | 909403.4 Ops/sec |