| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 13677758.0 Ops/sec |
| clientWidth / clientHeight (destructured) | 13477659.0 Ops/sec |
| clientWidth / clientHeight (simple property access) | 12307475.0 Ops/sec |
| getBoundingClientRect() (destructured) | 4971446.0 Ops/sec |
| getBoundingClientRect() (simple property access) | 4988645.0 Ops/sec |