| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 838388.8 Ops/sec |
| clientWidth / clientHeight (destructured) | 865455.4 Ops/sec |
| clientWidth / clientHeight (simple property access) | 888916.1 Ops/sec |
| getBoundingClientRect() (destructured) | 1376409.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 1380392.6 Ops/sec |