Titre

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
concat
str1 = "foo";
str2 = "bar";

str1  += str2;
ready
operator
str1 = "foo";
str2 = "bar";

str1.concat(str2);
ready

Revisions

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