Test case name | Result |
---|---|
destructuring with defaults, empty inputa | |
lodash get, empty inputb | |
destructuring with defaults, find item | |
lodash get, find item | |
destructuring null input | |
lodash null input | |
destructuring undefined input | |
lodash undefined input | |
destructuring dynamic key | |
lodash dynamic key | |
oldway |
Test name | Executions per second |
---|---|
destructuring with defaults, empty inputa | 7237581.5 Ops/sec |
lodash get, empty inputb | 2018020.1 Ops/sec |
destructuring with defaults, find item | 2166894.2 Ops/sec |
lodash get, find item | 1132740.8 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3630878.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3624121.2 Ops/sec |
destructuring dynamic key | 2310019.8 Ops/sec |
lodash dynamic key | 1205071.4 Ops/sec |
oldway | 908986.2 Ops/sec |