String concatenation: + vs concat (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script>
  var a = "abcd";
  var b = "efgh";
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
+
a + b
ready
concat
a.concat(b)
ready

Revisions

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