Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 152394848.0 Ops/sec |
lodash get, empty input | 4825603.0 Ops/sec |
destructuring with defaults, find item | 28956224.0 Ops/sec |
lodash get, find item | 3560415.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 65089476.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 65493128.0 Ops/sec |
destructuring dynamic key | 27640302.0 Ops/sec |
lodash dynamic key | 3305162.0 Ops/sec |