| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 440587.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 452091.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 458970.9 Ops/sec |
| getBoundingClientRect() (destructured) | 547331.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 536818.4 Ops/sec |