array toString vs array join (v38)

Revision 38 of this benchmark created on


Setup

var bigArray = Array.prototype.slice.call(window.getComputedStyle(document.documentElement, null));

Test runner

Ready to run.

Testing in
TestOps/sec
toString
bigArray.toString();
ready
Join
bigArray.join(",");
ready

Revisions

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