Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6512244.0 Ops/sec |
lodash get, empty input | 1697549.9 Ops/sec |
destructuring with defaults, find item | 1793665.1 Ops/sec |
lodash get, find item | 969579.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2896308.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2883700.0 Ops/sec |
destructuring dynamic key | 1873429.5 Ops/sec |
lodash dynamic key | 1000563.9 Ops/sec |