| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 554345.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 573634.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 561534.2 Ops/sec |
| getBoundingClientRect() (destructured) | 1046623.5 Ops/sec |
| getBoundingClientRect() (simple property access) | 1057201.6 Ops/sec |