| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 447846.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 490567.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 507187.0 Ops/sec |
| getBoundingClientRect() (destructured) | 526632.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 520184.2 Ops/sec |