{"ScriptPreparationCode":null,"TestCases":[{"Name":"with moment","Code":"for (let i = 0; i \u003C 10000000; i\u002B\u002B) {\r\n moment();\r\n}","IsDeferred":false},{"Name":"without moment","Code":"const noop = () =\u003E undefined;\r\nfor (let i = 0; i \u003C 10000000; i\u002B\u002B) {\r\n noop();\r\n}","IsDeferred":false}]}