Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6560288.0 Ops/sec |
lodash get, empty input | 1563348.4 Ops/sec |
destructuring with defaults, find item | 1979555.0 Ops/sec |
lodash get, find item | 954355.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2652453.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2679589.0 Ops/sec |
destructuring dynamic key | 2060207.4 Ops/sec |
lodash dynamic key | 1028724.2 Ops/sec |