| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 8300414.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 8241996.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 8238585.0 Ops/sec |
| getBoundingClientRect() (destructured) | 2840206.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 2762456.5 Ops/sec |