| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 5,577,844 Ops/sec |
| clientWidth / clientHeight (destructured) | 5,506,950 Ops/sec |
| clientWidth / clientHeight (simple property access) | 5,185,926 Ops/sec |
| getBoundingClientRect() (destructured) | 1,935,563 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,901,266 Ops/sec |