| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 573913.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 612687.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 577686.1 Ops/sec |
| getBoundingClientRect() (destructured) | 760648.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 821376.9 Ops/sec |