Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5276111.0 Ops/sec |
lodash get, empty input | 1544436.2 Ops/sec |
destructuring with defaults, find item | 1494273.0 Ops/sec |
lodash get, find item | 745192.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1640027.9 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1762636.0 Ops/sec |
destructuring dynamic key | 1030204.3 Ops/sec |
lodash dynamic key | 671174.8 Ops/sec |