Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6708309.0 Ops/sec |
lodash get, empty input | 1701264.5 Ops/sec |
destructuring with defaults, find item | 1910862.1 Ops/sec |
lodash get, find item | 982470.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3079467.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3171997.2 Ops/sec |
destructuring dynamic key | 1896216.5 Ops/sec |
lodash dynamic key | 1007797.0 Ops/sec |