| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 30532.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 31648.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 30406.2 Ops/sec |
| getBoundingClientRect() (destructured) | 40223.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 39946.9 Ops/sec |