| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 684703.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 687009.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 688679.2 Ops/sec |
| getBoundingClientRect() (destructured) | 845201.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 861339.9 Ops/sec |