| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1688591.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 1712083.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1710898.5 Ops/sec |
| getBoundingClientRect() (destructured) | 2114504.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2173298.5 Ops/sec |