| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (simple property access) | 10,593,486 Ops/sec |
| clientWidth / clientHeight (destructured) | 10,495,408 Ops/sec |
| clientWidth / clientHeight (destructured and renamed) | 10,205,491 Ops/sec |
| getBoundingClientRect() (destructured) | 3,444,510 Ops/sec |
| getBoundingClientRect() (simple property access) | 3,425,384 Ops/sec |