| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 709884.4 Ops/sec |
| clientWidth / clientHeight (destructured) | 716027.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 736726.2 Ops/sec |
| getBoundingClientRect() (destructured) | 856140.4 Ops/sec |
| getBoundingClientRect() (simple property access) | 961071.2 Ops/sec |