| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 235652.3 Ops/sec |
| clientWidth / clientHeight (destructured) | 239917.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 231647.6 Ops/sec |
| getBoundingClientRect() (destructured) | 310520.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 310828.0 Ops/sec |