{"ScriptPreparationCode":null,"TestCases":[{"Name":"match","Code":"let n = 100000;\r\nlet result;\r\nconst protocol = \u0027https:\u0027;\r\nfor (let i = 0; i \u003C n; \u002B\u002Bi) {\r\n result = protocol.match(/^https.*/) ? 1 : 0;\r\n}","IsDeferred":false},{"Name":"===","Code":"let n = 100000;\r\nlet result;\r\nconst protocol = \u0027https:\u0027;\r\nfor (let i = 0; i \u003C n; \u002B\u002Bi) {\r\n result = protocol === \u0027https:\u0027 ? 1 : 0;\r\n}","IsDeferred":false}]}