Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 102867760.0 Ops/sec |
lodash get, empty input | 2032341.1 Ops/sec |
destructuring with defaults, find item | 11497349.0 Ops/sec |
lodash get, find item | 1390302.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 43658508.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 41465748.0 Ops/sec |
destructuring dynamic key | 18221426.0 Ops/sec |
lodash dynamic key | 1933019.5 Ops/sec |