Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3932413.8 Ops/sec |
lodash get, empty input | 1083707.5 Ops/sec |
destructuring with defaults, find item | 1345086.0 Ops/sec |
lodash get, find item | 652296.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1738100.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1732123.8 Ops/sec |
destructuring dynamic key | 1340102.1 Ops/sec |
lodash dynamic key | 665454.6 Ops/sec |