Test name | Executions per second |
---|---|
destructuring with defaults, empty input | 6892279.0 Ops/sec |
lodash get, empty input | 1819097.8 Ops/sec |
destructuring with defaults, find item | 1918350.5 Ops/sec |
lodash get, find item | 968601.1 Ops/sec |
destructuring null input | 0.0 Ops/sec |
lodash null input | 3097124.2 Ops/sec |
destructuring undefined input | 0.0 Ops/sec |
lodash undefined input | 3120950.5 Ops/sec |
destructuring dynamic key | 1920686.0 Ops/sec |
lodash dynamic key | 1005079.9 Ops/sec |