Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8293784.5 Ops/sec |
lodash get, empty input | 2206517.8 Ops/sec |
destructuring with defaults, find item | 2342696.8 Ops/sec |
lodash get, find item | 1209133.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3693694.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3643263.5 Ops/sec |
destructuring dynamic key | 2232490.8 Ops/sec |
lodash dynamic key | 1180222.5 Ops/sec |