Compare loop (v2)

Revision 2 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Compare loop
var url = 'dddd',
    s = ["<a href='", url, "'>click here</a>"].join("");
ready
Compare loop
var url = 'dddd',
    s = "<a href='" + url + "'>click here</a>";
ready

Revisions

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