Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4454704.0 Ops/sec |
lodash get, empty input | 1114472.5 Ops/sec |
destructuring with defaults, find item | 1401922.1 Ops/sec |
lodash get, find item | 669435.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2320415.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2405515.2 Ops/sec |
destructuring dynamic key | 1677465.6 Ops/sec |
lodash dynamic key | 833781.7 Ops/sec |