Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4457379.0 Ops/sec |
lodash get, empty input | 1186426.2 Ops/sec |
destructuring with defaults, find item | 1233345.0 Ops/sec |
lodash get, find item | 590800.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1783119.4 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1802010.9 Ops/sec |
destructuring dynamic key | 1213947.2 Ops/sec |
lodash dynamic key | 654602.1 Ops/sec |