| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 8,391,110 Ops/sec |
| clientWidth / clientHeight (destructured) | 8,375,048 Ops/sec |
| clientWidth / clientHeight (simple property access) | 8,340,597 Ops/sec |
| getBoundingClientRect() (destructured) | 3,830,073 Ops/sec |
| getBoundingClientRect() (simple property access) | 3,801,537 Ops/sec |