Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 5405679.5 Ops/sec |
lodash get, empty input | 1378386.1 Ops/sec |
destructuring with defaults, find item | 1479410.6 Ops/sec |
lodash get, find item | 845050.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 2406265.8 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 2412393.8 Ops/sec |
destructuring dynamic key | 1168598.5 Ops/sec |
lodash dynamic key | 487950.4 Ops/sec |