string join speed test

Benchmark created by fooooo on


Test runner

Ready to run.

Testing in
TestOps/sec
simple string
var foo1 = '' + '1' + '2' + '3';
ready
array
var foo2 = [];
foo2.push(1);
foo2.push(2);
foo2.push(3);
foo2.join();
ready

Revisions

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

  • Revision 1: published by fooooo on