{"ScriptPreparationCode":"string = \u0022This benchmark is to {{teststring}} ask the ageold question, will it fast? We are s{{teststring}}plitting a string at spaces with two methods.\u0022;","TestCases":[{"Name":"match","Code":"const count = (string.match(/{{teststring}}/g) || []).length","IsDeferred":false},{"Name":"split","Code":"const count = string.split(\u0022{{teststring}}\u0022).length - 1;","IsDeferred":false}]}