Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6969722.0 Ops/sec |
lodash get, empty input | 1587044.0 Ops/sec |
destructuring with defaults, find item | 1070671.5 Ops/sec |
lodash get, find item | 1150566.5 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3038818.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2615784.2 Ops/sec |
destructuring dynamic key | 1453014.5 Ops/sec |
lodash dynamic key | 670456.1 Ops/sec |