| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 326338.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 330709.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 318200.9 Ops/sec |
| getBoundingClientRect() (destructured) | 432116.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 435299.0 Ops/sec |