| Test name | Executions per second |
|---|---|
| ✓ clientWidth / clientHeight (destructured and renamed) | 3,867,424 Ops/sec |
| clientWidth / clientHeight (destructured) | 3,856,126 Ops/sec |
| clientWidth / clientHeight (simple property access) | 3,014,874 Ops/sec |
| getBoundingClientRect() (simple property access) | 2,164,379 Ops/sec |
| getBoundingClientRect() (destructured) | 2,141,358 Ops/sec |