Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6418943.0 Ops/sec |
lodash get, empty input | 1627626.9 Ops/sec |
destructuring with defaults, find item | 1587299.1 Ops/sec |
lodash get, find item | 901516.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2676140.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2655432.8 Ops/sec |
destructuring dynamic key | 1458178.8 Ops/sec |
lodash dynamic key | 774581.8 Ops/sec |