Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 1465402.5 Ops/sec |
lodash get, empty input | 435160.6 Ops/sec |
destructuring with defaults, find item | 37320.4 Ops/sec |
lodash get, find item | 2931.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1499670.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1500112.6 Ops/sec |
destructuring dynamic key | 750203.6 Ops/sec |
lodash dynamic key | 178411.7 Ops/sec |