| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured) | 7,233,158 Ops/sec |
| clientWidth / clientHeight (simple property access) | 7,224,838 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 7,199,035 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,045,221 Ops/sec |
| getBoundingClientRect() (destructured) | 2,001,668 Ops/sec |