| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1061406.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 1033947.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1000122.8 Ops/sec |
| getBoundingClientRect() (destructured) | 1350652.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1372328.5 Ops/sec |