werfads3234..-

Benchmark created by manutest on


Description

sdsf

Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class="s-img" onclick="myFunction()">uno</div>

Test runner

Ready to run.

Testing in
TestOps/sec
aa
// async test
function myFunction() {
    document.getElementsByTagName("BODY")[0].style.backgroundColor = "yellow";
}
ready
bb
// async test
function myFunction() {
    document.getElementsByTagName("BODY")[0].style.backgroundColor = "yellow";
}
ready

Revisions

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

  • Revision 1: published by manutest on