Image preloading r1@3$5^ (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
new Image()
var a=new Image();
a.src = "http://www.google.com/images/srpr/logo3w.png";
ready
createElement('img')
var a=document.createElement("img");
a.setAttribute("src", "http://www.google.com/images/srpr/logo3w.png");
ready

Revisions

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