HTML Preparation code:
AخA
 
1
<div id="test">test</div>
Script Preparation code:
 
var element = document.getElementById('test');
Tests:
  • clientHeight

     
    element.clientHeight;
  • getComputedStyle

     
    window.getComputedStyle(element).height;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    clientHeight
    getComputedStyle

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70
Chrome 104 on Windows
View result in a separate tab
Test name Executions per second
clientHeight 1152326.9 Ops/sec
getComputedStyle 489691.0 Ops/sec