| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 1594510.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 1732150.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1607993.6 Ops/sec |
| getBoundingClientRect() (destructured) | 2406820.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 2713956.8 Ops/sec |