Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4987542.5 Ops/sec |
lodash get, empty input | 1116033.2 Ops/sec |
destructuring with defaults, find item | 1401214.4 Ops/sec |
lodash get, find item | 690719.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1779249.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1853089.8 Ops/sec |
destructuring dynamic key | 1438349.4 Ops/sec |
lodash dynamic key | 699726.9 Ops/sec |