| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 609812.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 652634.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 516241.3 Ops/sec |
| getBoundingClientRect() (destructured) | 562225.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 749016.4 Ops/sec |