| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1163821.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 1284032.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1282833.2 Ops/sec |
| getBoundingClientRect() (destructured) | 1559675.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 1556466.2 Ops/sec |