| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 8,424,542 Ops/sec |
| clientWidth / clientHeight (destructured) | 8,197,593 Ops/sec |
| clientWidth / clientHeight (simple property access) | 6,626,946 Ops/sec |
| getBoundingClientRect() (destructured) | 4,164,584 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,631,306 Ops/sec |