pre-allocated arrays (v7)

Revision 7 of this benchmark created by ramesaliyev on


Test runner

Ready to run.

Testing in
TestOps/sec
empty literal
var arr = [];
ready
pre-allocated array
var arr = new Array(1000000);
ready

Revisions

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