| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 7,658,286 Ops/sec |
| clientWidth / clientHeight (destructured) | 7,595,190 Ops/sec |
| clientWidth / clientHeight (simple property access) | 6,231,816 Ops/sec |
| getBoundingClientRect() (simple property access) | 4,038,480 Ops/sec |
| getBoundingClientRect() (destructured) | 3,997,598 Ops/sec |