Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 10372526.0 Ops/sec |
lodash get, empty input | 2909924.2 Ops/sec |
destructuring with defaults, find item | 3348702.2 Ops/sec |
lodash get, find item | 1712064.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 5000189.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 5011535.5 Ops/sec |
destructuring dynamic key | 3277015.2 Ops/sec |
lodash dynamic key | 1723186.1 Ops/sec |