Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5803054.5 Ops/sec |
lodash get, empty input | 1469832.2 Ops/sec |
destructuring with defaults, find item | 1854575.2 Ops/sec |
lodash get, find item | 795738.7 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2349780.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2331098.5 Ops/sec |
destructuring dynamic key | 1872668.1 Ops/sec |
lodash dynamic key | 810594.2 Ops/sec |