Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 160981840.0 Ops/sec |
lodash get, empty input | 2932916.5 Ops/sec |
destructuring with defaults, find item | 29291916.0 Ops/sec |
lodash get, find item | 2350399.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 59307032.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 59160628.0 Ops/sec |
destructuring dynamic key | 31241156.0 Ops/sec |
lodash dynamic key | 2398930.5 Ops/sec |