Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5830435.5 Ops/sec |
lodash get, empty input | 1493571.6 Ops/sec |
destructuring with defaults, find item | 1549168.0 Ops/sec |
lodash get, find item | 803149.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2484666.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2558407.2 Ops/sec |
destructuring dynamic key | 1205575.1 Ops/sec |
lodash dynamic key | 806789.3 Ops/sec |