| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 11,718,571 Ops/sec |
| clientWidth / clientHeight (simple property access) | 10,977,629 Ops/sec |
| clientWidth / clientHeight (destructured) | 10,701,256 Ops/sec |
| getBoundingClientRect() (destructured) | 3,293,348 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,988,721 Ops/sec |