Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 161443872.0 Ops/sec |
lodash get, empty input | 5033722.0 Ops/sec |
destructuring with defaults, find item | 32225110.0 Ops/sec |
lodash get, find item | 3755707.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 69169328.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 70476640.0 Ops/sec |
destructuring dynamic key | 34914436.0 Ops/sec |
lodash dynamic key | 3897212.8 Ops/sec |