Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 13651093.0 Ops/sec |
lodash get, empty input | 4381104.0 Ops/sec |
destructuring with defaults, find item | 5243351.5 Ops/sec |
lodash get, find item | 2786970.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 6477961.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 6406117.0 Ops/sec |
destructuring dynamic key | 5030357.0 Ops/sec |
lodash dynamic key | 2789269.5 Ops/sec |