Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 150623632.0 Ops/sec |
lodash get, empty input | 3547704.8 Ops/sec |
destructuring with defaults, find item | 37788424.0 Ops/sec |
lodash get, find item | 2998171.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 65242548.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 65187856.0 Ops/sec |
destructuring dynamic key | 37738636.0 Ops/sec |
lodash dynamic key | 2999869.5 Ops/sec |