Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5898397.5 Ops/sec |
lodash get, empty input | 1551984.2 Ops/sec |
destructuring with defaults, find item | 1675661.6 Ops/sec |
lodash get, find item | 893009.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2583346.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2673877.8 Ops/sec |
destructuring dynamic key | 1610972.4 Ops/sec |
lodash dynamic key | 892164.8 Ops/sec |