sadasdasdgf

Benchmark created by asdasd on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<h1 class="democlass">Hello World</h1>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuerry
var x = $("h1")[0].getAttribute("class"); 
console.log(x)
ready
JS
var x = document.getElementsByTagName("H1")[0].getAttribute("class"); 
console.log(x)
ready

Revisions

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