Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8336139.0 Ops/sec |
lodash get, empty input | 2723814.5 Ops/sec |
destructuring with defaults, find item | 3443993.8 Ops/sec |
lodash get, find item | 1702727.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 4208496.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 4190742.0 Ops/sec |
destructuring dynamic key | 3352456.8 Ops/sec |
lodash dynamic key | 1720270.0 Ops/sec |