Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 2607200.5 Ops/sec |
lodash get, empty input | 758521.3 Ops/sec |
destructuring with defaults, find item | 754489.6 Ops/sec |
lodash get, find item | 374797.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1277681.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1306545.8 Ops/sec |
destructuring dynamic key | 918418.0 Ops/sec |
lodash dynamic key | 511989.5 Ops/sec |