Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 7772784.0 Ops/sec |
lodash get, empty input | 2070716.8 Ops/sec |
destructuring with defaults, find item | 2055570.1 Ops/sec |
lodash get, find item | 1106388.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3628581.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3603579.5 Ops/sec |
destructuring dynamic key | 2142020.2 Ops/sec |
lodash dynamic key | 1140929.2 Ops/sec |