Test name | Executions per second |
---|---|
clientWidth / clientHeight (destructured and renamed) | 28163.8 Ops/sec |
clientWidth / clientHeight (destructured) | 27401.9 Ops/sec |
clientWidth / clientHeight (simple property access) | 27847.1 Ops/sec |
getBoundingClientRect() (destructured) | 56742.7 Ops/sec |
getBoundingClientRect() (simple property access) | 57211.0 Ops/sec |
getComputedStyle | 18310.3 Ops/sec |