| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 526839.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 554534.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 512123.2 Ops/sec |
| getBoundingClientRect() (destructured) | 691282.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 697013.6 Ops/sec |