| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1094116.6 Ops/sec |
| clientWidth / clientHeight (destructured) | 1112694.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1105851.0 Ops/sec |
| getBoundingClientRect() (destructured) | 1419355.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 1411727.6 Ops/sec |