Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5637716.0 Ops/sec |
lodash get, empty input | 1392658.8 Ops/sec |
destructuring with defaults, find item | 1782864.1 Ops/sec |
lodash get, find item | 802991.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2282600.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2187908.8 Ops/sec |
destructuring dynamic key | 1530246.5 Ops/sec |
lodash dynamic key | 774906.9 Ops/sec |