| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 443464.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 447281.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 455998.6 Ops/sec |
| getBoundingClientRect() (destructured) | 556030.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 563020.9 Ops/sec |