| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 985896.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 995591.7 Ops/sec |
| clientWidth / clientHeight (simple property access) | 968290.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1251054.1 Ops/sec |
| getBoundingClientRect() (simple property access) | 1242499.6 Ops/sec |