| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 672176.3 Ops/sec |
| clientWidth / clientHeight (destructured) | 693387.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 770953.4 Ops/sec |
| getBoundingClientRect() (destructured) | 1084154.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 928092.5 Ops/sec |