{"ScriptPreparationCode":null,"TestCases":[{"Name":"Splice to add to list","Code":"let list = [];\r\nfor (let i = 0; i \u003C 1e6; \u002B\u002Bi)\r\n list.splice(i, 0, i);\r\n\r\nlist = [];","IsDeferred":false},{"Name":"Push to add to list","Code":"let list = [];\r\nfor (let i = 0; i \u003C 1e6; \u002B\u002Bi)\r\n list.push(i);\r\n\r\nlist = [];","IsDeferred":false}]}