Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5902819.0 Ops/sec |
lodash get, empty input | 1727194.6 Ops/sec |
destructuring with defaults, find item | 1614922.1 Ops/sec |
lodash get, find item | 915738.2 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2922247.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2937364.0 Ops/sec |
destructuring dynamic key | 1640683.5 Ops/sec |
lodash dynamic key | 956581.1 Ops/sec |