Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7903958.0 Ops/sec |
lodash get, empty input | 2082932.6 Ops/sec |
destructuring with defaults, find item | 1701684.0 Ops/sec |
lodash get, find item | 945288.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3599119.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3814600.2 Ops/sec |
destructuring dynamic key | 1964340.9 Ops/sec |
lodash dynamic key | 1042889.7 Ops/sec |