Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8884343.0 Ops/sec |
lodash get, empty input | 2441441.5 Ops/sec |
destructuring with defaults, find item | 2546191.0 Ops/sec |
lodash get, find item | 1346941.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4186594.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4260193.5 Ops/sec |
destructuring dynamic key | 2623733.2 Ops/sec |
lodash dynamic key | 1373561.2 Ops/sec |