| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1516962.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 1538255.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1488845.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1811009.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 1760800.0 Ops/sec |