Image preloading r1@3$5^ (v3)

Revision 3 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.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.