new array vs literal (v21)

Revision 21 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Array Literal
var newArray = [,,,,,,,,,,];
ready
new Array()
var newArray = new Array(10);
 
ready

Revisions

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