| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 541076.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 647609.6 Ops/sec |
| clientWidth / clientHeight (simple property access) | 583245.8 Ops/sec |
| getBoundingClientRect() (destructured) | 690694.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 697430.2 Ops/sec |