| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (simple property access) | 5,065,100 Ops/sec |
| clientWidth / clientHeight (destructured) | 5,052,756 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 4,830,106 Ops/sec |
| getBoundingClientRect() (destructured) | 1,827,131 Ops/sec |
| getBoundingClientRect() (simple property access) | 1,741,236 Ops/sec |