Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5994776.5 Ops/sec |
lodash get, empty input | 1636893.2 Ops/sec |
destructuring with defaults, find item | 1449152.9 Ops/sec |
lodash get, find item | 850259.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2424844.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2338620.0 Ops/sec |
destructuring dynamic key | 2042443.9 Ops/sec |
lodash dynamic key | 985374.4 Ops/sec |