Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 4427131.5 Ops/sec |
lodash get, empty input | 1040999.0 Ops/sec |
destructuring with defaults, find item | 1194957.6 Ops/sec |
lodash get, find item | 614099.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 1642423.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 1757320.1 Ops/sec |
destructuring dynamic key | 1288693.1 Ops/sec |
lodash dynamic key | 643578.0 Ops/sec |