| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured) | 11,143,992 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 11,112,713 Ops/sec |
| clientWidth / clientHeight (simple property access) | 11,084,443 Ops/sec |
| getBoundingClientRect() (simple property access) | 3,226,926 Ops/sec |
| getBoundingClientRect() (destructured) | 3,219,416 Ops/sec |