String_verkettung

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
slow
var slow = 'a' + 'b' + 'c' + 'd';
ready
fast
var fast = ['a', 'b', 'c', 'd'].join('');
ready

Revisions

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