Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5804472.5 Ops/sec |
lodash get, empty input | 1660214.4 Ops/sec |
destructuring with defaults, find item | 1784413.1 Ops/sec |
lodash get, find item | 925861.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2509157.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2410059.0 Ops/sec |
destructuring dynamic key | 1622685.5 Ops/sec |
lodash dynamic key | 907658.5 Ops/sec |