Test case name | Result |
---|---|
destructuring with defaults, empty input | |
lodash get, empty input | |
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 |
Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 68897296.0 Ops/sec |
lodash get, empty input | 3063274.5 Ops/sec |
destructuring with defaults, find item | 18837910.0 Ops/sec |
lodash get, find item | 2160528.5 Ops/sec |
destructuring null input | 109657968.0 Ops/sec |
lodash null input | 53679824.0 Ops/sec |
destructuring undefined input | 111116376.0 Ops/sec |
lodash undefined input | 55228308.0 Ops/sec |
destructuring dynamic key | 19644854.0 Ops/sec |
lodash dynamic key | 2055996.5 Ops/sec |