Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5538950.0 Ops/sec |
lodash get, empty input | 1341527.8 Ops/sec |
destructuring with defaults, find item | 1664769.6 Ops/sec |
lodash get, find item | 773546.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2294020.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2210070.2 Ops/sec |
destructuring dynamic key | 1569545.0 Ops/sec |
lodash dynamic key | 769176.9 Ops/sec |