Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4506066.5 Ops/sec |
lodash get, empty input | 1064895.0 Ops/sec |
destructuring with defaults, find item | 4155071.8 Ops/sec |
lodash get, find item | 1031124.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2590343.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2641707.5 Ops/sec |
destructuring dynamic key | 4117343.0 Ops/sec |
lodash dynamic key | 1015430.9 Ops/sec |