Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3236432.2 Ops/sec |
lodash get, empty input | 933316.0 Ops/sec |
destructuring with defaults, find item | 930213.7 Ops/sec |
lodash get, find item | 497061.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1496690.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1600771.1 Ops/sec |
destructuring dynamic key | 1075969.1 Ops/sec |
lodash dynamic key | 575731.4 Ops/sec |