| Test name | Executions per second |
|---|---|
| ✓ getBoundingClientRect() (destructured) | 526,632 Ops/sec |
| getBoundingClientRect() (simple property access) | 520,184 Ops/sec |
| clientWidth / clientHeight (simple property access) | 507,187 Ops/sec |
| clientWidth / clientHeight (destructured) | 490,567 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 447,847 Ops/sec |