Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 9332677.0 Ops/sec |
lodash get, empty input | 1880189.4 Ops/sec |
destructuring with defaults, find item | 8597443.0 Ops/sec |
lodash get, find item | 1747622.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 5686349.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5729335.5 Ops/sec |
destructuring dynamic key | 8615017.0 Ops/sec |
lodash dynamic key | 1746722.2 Ops/sec |