| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 270763.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 272032.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 281493.6 Ops/sec |
| getBoundingClientRect() (destructured) | 350136.7 Ops/sec |
| getBoundingClientRect() (simple property access) | 361350.0 Ops/sec |