| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1651853.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 1676771.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1715546.1 Ops/sec |
| getBoundingClientRect() (destructured) | 2278710.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2347281.8 Ops/sec |