Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7939319.5 Ops/sec |
lodash get, empty input | 2158498.5 Ops/sec |
destructuring with defaults, find item | 2272269.2 Ops/sec |
lodash get, find item | 1203708.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3678771.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3657488.0 Ops/sec |
destructuring dynamic key | 2246939.5 Ops/sec |
lodash dynamic key | 1207160.5 Ops/sec |