{"ScriptPreparationCode":"a = (() =\u003E {\r\n const a = [];\r\n for (let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n a.push(Math.random())\r\n }\r\n return a;\r\n})()\r\n\r\na32 = new Float32Array(a);\r\na64 = new Float64Array(a);","TestCases":[{"Name":"a","Code":"a.sort();","IsDeferred":false},{"Name":"a32","Code":"a32.sort();","IsDeferred":false},{"Name":"a64","Code":"a64.sort()","IsDeferred":false}]}