| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 11718571.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 10701256.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 10977629.0 Ops/sec |
| getBoundingClientRect() (destructured) | 3293348.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 2988721.0 Ops/sec |