| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 387741.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 398903.1 Ops/sec |
| clientWidth / clientHeight (simple property access) | 374259.0 Ops/sec |
| getBoundingClientRect() (destructured) | 462105.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 453868.3 Ops/sec |