Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 47518048.0 Ops/sec |
lodash get, empty input | 3442392.5 Ops/sec |
destructuring with defaults, find item | 23444238.0 Ops/sec |
lodash get, find item | 2370079.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1045808192.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1245285760.0 Ops/sec |
destructuring dynamic key | 14783120.0 Ops/sec |
lodash dynamic key | 1044534.4 Ops/sec |