| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 958012.1 Ops/sec |
| clientWidth / clientHeight (destructured) | 883371.9 Ops/sec |
| clientWidth / clientHeight (simple property access) | 1043228.9 Ops/sec |
| getBoundingClientRect() (destructured) | 1346982.6 Ops/sec |
| getBoundingClientRect() (simple property access) | 1335482.8 Ops/sec |