Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6565252.5 Ops/sec |
lodash get, empty input | 1508110.2 Ops/sec |
destructuring with defaults, find item | 1895087.1 Ops/sec |
lodash get, find item | 851732.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2394058.0 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2474370.0 Ops/sec |
destructuring dynamic key | 1734819.4 Ops/sec |
lodash dynamic key | 875525.1 Ops/sec |