Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4738663.0 Ops/sec |
lodash get, empty input | 1042613.8 Ops/sec |
destructuring with defaults, find item | 1481633.9 Ops/sec |
lodash get, find item | 685689.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2126371.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2087734.0 Ops/sec |
destructuring dynamic key | 1909609.9 Ops/sec |
lodash dynamic key | 847712.8 Ops/sec |