| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 524556.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 552892.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 594300.8 Ops/sec |
| getBoundingClientRect() (destructured) | 559343.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 594133.9 Ops/sec |