{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array write","Code":"var array = new Array(100000)\r\n\r\nlet x\r\n\r\nfor (let i=0; i\u003Carray.length; i\u002B\u002B) {\r\n x = array[i]\r\n}","IsDeferred":false},{"Name":"TypedArray write","Code":"var typedArray = new Uint8Array(100000)\r\n\r\nlet x\r\n\r\nfor (let i=0; i\u003CtypedArray.length; i\u002B\u002B) {\r\n x = typedArray[i]\r\n}","IsDeferred":false}]}