| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 313795.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 292156.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 402025.8 Ops/sec |
| getBoundingClientRect() (destructured) | 501875.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 471763.2 Ops/sec |