test concat string

Benchmark created on


Setup

var str = "";

Test runner

Ready to run.

Testing in
TestOps/sec
+
str = str + "hello";
str = str + "world";
ready
+=
str += "hello";
str += "world";
ready
+=
str += "hello" + "world";
ready

Revisions

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