{"ScriptPreparationCode":"string = \u0022This is a benchmark to test if matching a regex is faster that splitting a string\u0022;\r\nregex = /\\s\u002B/;","TestCases":[{"Name":"String.split","Code":"string.split(\u0022 \u0022)","IsDeferred":false},{"Name":"Regex.match","Code":"string.split(regex)","IsDeferred":false}]}