Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 9686429.0 Ops/sec |
lodash get, empty input | 2766943.5 Ops/sec |
destructuring with defaults, find item | 2758460.2 Ops/sec |
lodash get, find item | 1500229.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4929761.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4892720.0 Ops/sec |
destructuring dynamic key | 2780951.8 Ops/sec |
lodash dynamic key | 1530297.1 Ops/sec |