test

Benchmark created on


Preparation HTML

<div>
sdfasdfasfasdfasdfasdfa<div id="item">sdfasdf</div></div>

Test runner

Ready to run.

Testing in
TestOps/sec
offset
const item = document.getElementById('item');
const a = item.offsetLeft;
console.log(a)
ready
rect
const item = document.getElementById('item');
const a = item.getBoundingClientRect();
console.log(a)
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.