Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 106801776.0 Ops/sec |
lodash get, empty input | 3061237.2 Ops/sec |
destructuring with defaults, find item | 23470260.0 Ops/sec |
lodash get, find item | 2319607.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 46553752.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 46538616.0 Ops/sec |
destructuring dynamic key | 23352900.0 Ops/sec |
lodash dynamic key | 2318235.5 Ops/sec |