Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6562770.5 Ops/sec |
lodash get, empty input | 1442190.1 Ops/sec |
destructuring with defaults, find item | 1906490.6 Ops/sec |
lodash get, find item | 904031.4 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1822995.9 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2353032.2 Ops/sec |
destructuring dynamic key | 1880163.6 Ops/sec |
lodash dynamic key | 927531.1 Ops/sec |