| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 763067.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 830633.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 877763.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1295114.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 1290559.9 Ops/sec |