| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 6717679.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 6615607.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 5167806.0 Ops/sec |
| getBoundingClientRect() (destructured) | 3625390.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 3616764.2 Ops/sec |