Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5568591.0 Ops/sec |
lodash get, empty input | 1325106.4 Ops/sec |
destructuring with defaults, find item | 4985715.0 Ops/sec |
lodash get, find item | 1220801.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3099716.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3131361.0 Ops/sec |
destructuring dynamic key | 4998956.5 Ops/sec |
lodash dynamic key | 1231622.2 Ops/sec |