| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 7658286.5 Ops/sec |
| clientWidth / clientHeight (destructured) | 7595189.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 6231815.5 Ops/sec |
| getBoundingClientRect() (destructured) | 3997598.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 4038480.0 Ops/sec |