Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 141373424.0 Ops/sec |
lodash get, empty input | 3090919.0 Ops/sec |
destructuring with defaults, find item | 34331700.0 Ops/sec |
lodash get, find item | 2604890.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 63494512.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 63799664.0 Ops/sec |
destructuring dynamic key | 34945116.0 Ops/sec |
lodash dynamic key | 2661545.2 Ops/sec |