| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1703133.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 1705214.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1672221.5 Ops/sec |
| getBoundingClientRect() (destructured) | 2417441.8 Ops/sec |
| getBoundingClientRect() (simple property access) | 2438940.5 Ops/sec |