Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 50275680.0 Ops/sec |
lodash get, empty input | 2198021.2 Ops/sec |
destructuring with defaults, find item | 14355625.0 Ops/sec |
lodash get, find item | 1433612.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 24845648.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 24402086.0 Ops/sec |
destructuring dynamic key | 18825042.0 Ops/sec |
lodash dynamic key | 1243837.8 Ops/sec |