Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7011314.0 Ops/sec |
lodash get, empty input | 2030415.0 Ops/sec |
destructuring with defaults, find item | 1977098.4 Ops/sec |
lodash get, find item | 1071682.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3523812.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3546033.2 Ops/sec |
destructuring dynamic key | 2021173.4 Ops/sec |
lodash dynamic key | 1088517.0 Ops/sec |