| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 8,300,414 Ops/sec |
| clientWidth / clientHeight (destructured) | 8,241,996 Ops/sec |
| clientWidth / clientHeight (simple property access) | 8,238,585 Ops/sec |
| getBoundingClientRect() (destructured) | 2,840,206 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,762,456 Ops/sec |