| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1400641.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 1406428.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1274314.6 Ops/sec |
| getBoundingClientRect() (destructured) | 1569833.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 1585339.9 Ops/sec |