| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1798624.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 1828584.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1733745.4 Ops/sec |
| getBoundingClientRect() (destructured) | 2382551.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2529301.2 Ops/sec |