| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 628054.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 639120.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 598793.8 Ops/sec |
| getBoundingClientRect() (destructured) | 739427.7 Ops/sec |
| getBoundingClientRect() (simple property access) | 756956.1 Ops/sec |