Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4849843.0 Ops/sec |
lodash get, empty input | 1370903.5 Ops/sec |
destructuring with defaults, find item | 1602736.8 Ops/sec |
lodash get, find item | 821736.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2329287.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2217235.8 Ops/sec |
destructuring dynamic key | 1588839.8 Ops/sec |
lodash dynamic key | 867504.1 Ops/sec |