Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6317974.5 Ops/sec |
lodash get, empty input | 1977706.8 Ops/sec |
destructuring with defaults, find item | 1945608.1 Ops/sec |
lodash get, find item | 1077430.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3168863.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3190425.5 Ops/sec |
destructuring dynamic key | 1933140.6 Ops/sec |
lodash dynamic key | 1103394.9 Ops/sec |