Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 119791512.0 Ops/sec |
lodash get, empty input | 2429262.2 Ops/sec |
destructuring with defaults, find item | 30768488.0 Ops/sec |
lodash get, find item | 2035292.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 42748028.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 39430324.0 Ops/sec |
destructuring dynamic key | 28532414.0 Ops/sec |
lodash dynamic key | 1746171.5 Ops/sec |