Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8393465.0 Ops/sec |
lodash get, empty input | 2327639.5 Ops/sec |
destructuring with defaults, find item | 2339701.8 Ops/sec |
lodash get, find item | 1254161.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3920206.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3938157.8 Ops/sec |
destructuring dynamic key | 2409530.2 Ops/sec |
lodash dynamic key | 1289507.6 Ops/sec |