empty array conact vs prototype conact

Benchmark created by thomaskempel on


Test runner

Ready to run.

Testing in
TestOps/sec
empty array
[].concat([1],[2])
ready
prototype
Array.prototype.concat([1],[2])
ready

Revisions

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

  • Revision 1: published by thomaskempel on