Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 16650797.0 Ops/sec |
lodash get, empty input | 4904087.5 Ops/sec |
destructuring with defaults, find item | 5866737.5 Ops/sec |
lodash get, find item | 3049295.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 7483574.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 7504295.5 Ops/sec |
destructuring dynamic key | 5655198.5 Ops/sec |
lodash dynamic key | 3069593.2 Ops/sec |