{"ScriptPreparationCode":null,"TestCases":[{"Name":"Date.now()","Code":"const start = Date.now();\r\nconst total = Date.now() - start;","IsDeferred":false},{"Name":"performance.now()","Code":"const start = performance.now();\r\nconst total = performance.now() - start;","IsDeferred":false}]}