{"ScriptPreparationCode":null,"TestCases":[{"Name":"pre-allocated","Code":"for(var test = new Array(1000), i = 0; i \u003C 1000; i\u002B\u002B)\r\n test.push(i)","IsDeferred":false},{"Name":"variable size","Code":"for(var test = [], i = 0; i \u003C 1000; i\u002B\u002B)\r\n test.push(i)","IsDeferred":false}]}