| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1970502.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 2070898.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 830466.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1600073.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 895258.4 Ops/sec |