Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6223814.0 Ops/sec |
lodash get, empty input | 1714501.6 Ops/sec |
destructuring with defaults, find item | 1345459.1 Ops/sec |
lodash get, find item | 656325.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2019707.4 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1997630.0 Ops/sec |
destructuring dynamic key | 1183087.4 Ops/sec |
lodash dynamic key | 770801.6 Ops/sec |