dadadasdas32

Benchmark created by for vs while on


Setup

var x;

Test runner

Ready to run.

Testing in
TestOps/sec
join
x = [0, 1, 2, 3, 4, 5, 6, 7].join('');
ready
strings
x = '0' + '1' + '2' + '3' + '4' + '5' + '6' + '7'
ready

Revisions

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

  • Revision 1: published by for vs while on