Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 8337539.5 Ops/sec |
lodash get, empty input | 1896893.6 Ops/sec |
destructuring with defaults, find item | 2444236.8 Ops/sec |
lodash get, find item | 1154007.6 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3563017.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3520224.8 Ops/sec |
destructuring dynamic key | 2484903.5 Ops/sec |
lodash dynamic key | 1164557.2 Ops/sec |