Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4415955.5 Ops/sec |
lodash get, empty input | 1195417.8 Ops/sec |
destructuring with defaults, find item | 1506411.4 Ops/sec |
lodash get, find item | 746585.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2068449.1 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2068243.4 Ops/sec |
destructuring dynamic key | 1523453.0 Ops/sec |
lodash dynamic key | 764712.7 Ops/sec |