String + vs #concat

Benchmark created by Raphael Mu on


Test runner

Ready to run.

Testing in
TestOps/sec
+
"abcd" + "efgh"
ready
#concat
"abcd".concat("efgh")
ready

Revisions

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

  • Revision 1: published by Raphael Mu on