Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 3977728.2 Ops/sec |
lodash get, empty input | 878495.9 Ops/sec |
destructuring with defaults, find item | 1137199.8 Ops/sec |
lodash get, find item | 512726.3 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1498820.4 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1512408.8 Ops/sec |
destructuring dynamic key | 1162909.5 Ops/sec |
lodash dynamic key | 501761.5 Ops/sec |