| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 368506.7 Ops/sec |
| clientWidth / clientHeight (destructured) | 387338.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 369415.3 Ops/sec |
| getBoundingClientRect() (destructured) | 481641.3 Ops/sec |
| getBoundingClientRect() (simple property access) | 480854.7 Ops/sec |