| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 813589.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 876218.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 848571.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1330657.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1322891.6 Ops/sec |