| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 570217.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 584113.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 627581.2 Ops/sec |
| getBoundingClientRect() (destructured) | 1117517.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 1114807.9 Ops/sec |