{"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":"Performance.now","Code":"function testPerformanceNowSingle() {\r\n return performance.now();\r\n};\r\n\r\ntestPerformanceNowSingle();","IsDeferred":false},{"Name":"Date.now","Code":"function testDateNowSingle() {\r\n return Date.now();\r\n};\r\n\r\ntestDateNowSingle();","IsDeferred":false}]}