{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"Date.now","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\nlet a= 0;\r\nfor(let i=0; i\u003C100000; \u002B\u002Bi){\r\n\ta= Date.now();\r\n}","IsDeferred":false},{"Name":"Plus","Code":"let a= 0;\r\nfor(let i=0; i\u003C100000; \u002B\u002Bi){\r\n\t\u002B\u002Ba;\r\n}","IsDeferred":false}]}