| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 10205491.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 10495408.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 10593486.0 Ops/sec |
| getBoundingClientRect() (destructured) | 3444509.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 3425384.0 Ops/sec |