| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 586693.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 581282.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 554686.2 Ops/sec |
| getBoundingClientRect() (destructured) | 696882.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 694186.7 Ops/sec |