| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1084172.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 1107980.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1068429.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1427417.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1446169.9 Ops/sec |