| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 590322.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 593258.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 598548.4 Ops/sec |
| getBoundingClientRect() (destructured) | 782170.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 793897.4 Ops/sec |