Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6493950.0 Ops/sec |
lodash get, empty input | 2099876.0 Ops/sec |
destructuring with defaults, find item | 2227789.5 Ops/sec |
lodash get, find item | 1264100.0 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3181206.5 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3182661.2 Ops/sec |
destructuring dynamic key | 2189022.5 Ops/sec |
lodash dynamic key | 1265703.8 Ops/sec |