| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1389571.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 1435882.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1344322.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1765839.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 1813219.1 Ops/sec |