concat-plus (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script>
  var str0 = "";
  var str1 = "One";
  var str2 = " more";
  var str3 = " string";
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
concat
str0.concat(str1, str2, str3)
ready
plus
str0 = str1 + str2 + str3
ready

Revisions

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