Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5433259.0 Ops/sec |
lodash get, empty input | 1355466.0 Ops/sec |
destructuring with defaults, find item | 1616718.8 Ops/sec |
lodash get, find item | 742501.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2022580.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2103299.5 Ops/sec |
destructuring dynamic key | 1744258.2 Ops/sec |
lodash dynamic key | 1046334.5 Ops/sec |