Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6612899.5 Ops/sec |
lodash get, empty input | 1864935.6 Ops/sec |
destructuring with defaults, find item | 2309282.2 Ops/sec |
lodash get, find item | 1113710.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3009178.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3036221.8 Ops/sec |
destructuring dynamic key | 2303338.5 Ops/sec |
lodash dynamic key | 1190566.9 Ops/sec |