{"ScriptPreparationCode":"var value = \u0027,\u0027;","TestCases":[{"Name":"Concatenation","Code":"var veryLongMessage = \u0022This is a very long message that is intended to\u0022 \u002B \u0022test the string concatentation performance losses \u0022 \u002B \u0022incurred through using \u0022 \u002B \u0022 very long sentances \u0022 \u002B value \u002B \u0022 in conjunction with variables.\u0022;","IsDeferred":false},{"Name":"Join","Code":"var veryLongMessage = [\u0022This is a long message that is intended to\u0022, \u0022test the string concatentation performance losses \u0022, \u0022incurred through using \u0022, \u0022 very long sentances \u0022, value, \u0022 in conjunction with variables.\u0022].join();","IsDeferred":false}]}