| Test name | Executions per second |
|---|---|
| clientWidth / clientHeight (destructured and renamed) | 679592.9 Ops/sec |
| clientWidth / clientHeight (destructured) | 689679.5 Ops/sec |
| clientWidth / clientHeight (simple property access) | 700831.1 Ops/sec |
| getBoundingClientRect() (destructured) | 854763.9 Ops/sec |
| getBoundingClientRect() (simple property access) | 874484.4 Ops/sec |