| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 719377.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 596091.2 Ops/sec |
| clientWidth / clientHeight (simple property access) | 696362.6 Ops/sec |
| getBoundingClientRect() (destructured) | 838808.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 906137.4 Ops/sec |