Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 117457624.0 Ops/sec |
lodash get, empty input | 2764999.5 Ops/sec |
destructuring with defaults, find item | 36484872.0 Ops/sec |
lodash get, find item | 2184877.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 41527480.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 36678344.0 Ops/sec |
destructuring dynamic key | 33665672.0 Ops/sec |
lodash dynamic key | 2213694.5 Ops/sec |