Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3995038.0 Ops/sec |
lodash get, empty input | 1024034.6 Ops/sec |
destructuring with defaults, find item | 1127591.6 Ops/sec |
lodash get, find item | 579398.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1608376.6 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1762191.6 Ops/sec |
destructuring dynamic key | 1184316.1 Ops/sec |
lodash dynamic key | 646788.1 Ops/sec |