| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1629803.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 1678796.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1645363.6 Ops/sec |
| getBoundingClientRect() (destructured) | 2025333.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 1992857.1 Ops/sec |