{"ScriptPreparationCode":"var selectorList = [...Array(100).keys()].map(n =\u003E \u0060[example=\u0022${n}\u0022]\u0060);\r\n\r\nvar selectorString = selectorList.join(\u0022, \u0022);\r\n\r\nfunction matcher(elem) {\r\n const shrt = (s) =\u003E elem.matches(s);\r\n return shrt\r\n}","TestCases":[{"Name":"One large selector with match","Code":"matcher(el)(selectorString) \u0026\u0026 selectorList.map(matcher(el))","IsDeferred":false},{"Name":"Many Small selectors","Code":"selectorList.map(matcher(el))","IsDeferred":false},{"Name":"One large selector without match","Code":"matcher(el)(selectorString)","IsDeferred":false}]}