Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4975097.0 Ops/sec |
lodash get, empty input | 1574459.8 Ops/sec |
destructuring with defaults, find item | 1937032.5 Ops/sec |
lodash get, find item | 918408.9 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2768460.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2769061.0 Ops/sec |
destructuring dynamic key | 2041354.1 Ops/sec |
lodash dynamic key | 947453.9 Ops/sec |