Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6634037.0 Ops/sec |
lodash get, empty input | 1648720.5 Ops/sec |
destructuring with defaults, find item | 2039489.2 Ops/sec |
lodash get, find item | 960277.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2782557.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2912700.5 Ops/sec |
destructuring dynamic key | 2014760.6 Ops/sec |
lodash dynamic key | 945856.4 Ops/sec |