Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3555898.2 Ops/sec |
lodash get, empty input | 1148057.5 Ops/sec |
destructuring with defaults, find item | 1025260.2 Ops/sec |
lodash get, find item | 654878.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1445212.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1439598.1 Ops/sec |
destructuring dynamic key | 1064276.8 Ops/sec |
lodash dynamic key | 657466.8 Ops/sec |