| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 413584.2 Ops/sec |
| clientWidth / clientHeight (destructured) | 412224.8 Ops/sec |
| clientWidth / clientHeight (simple property access) | 368038.8 Ops/sec |
| getBoundingClientRect() (destructured) | 544417.2 Ops/sec |
| getBoundingClientRect() (simple property access) | 561987.5 Ops/sec |