Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6564820.0 Ops/sec |
lodash get, empty input | 1322749.1 Ops/sec |
destructuring with defaults, find item | 1765518.6 Ops/sec |
lodash get, find item | 806711.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2504748.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2494918.2 Ops/sec |
destructuring dynamic key | 1827456.1 Ops/sec |
lodash dynamic key | 839743.3 Ops/sec |