Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4476406.0 Ops/sec |
lodash get, empty input | 1197029.9 Ops/sec |
destructuring with defaults, find item | 1506020.9 Ops/sec |
lodash get, find item | 766784.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2055825.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2055311.1 Ops/sec |
destructuring dynamic key | 1495189.6 Ops/sec |
lodash dynamic key | 767781.5 Ops/sec |