{"ScriptPreparationCode":"window.top.tests = {concat:[], papply:[], spread:[]};\r\nwindow.test = (new Array(10)).fill(null);\r\nwindow.cutoff = 5000;","TestCases":[{"Name":"Concat","Code":"window.top.tests.concat = window.top.tests.concat.concat(window.test);\r\nif (window.top.tests.concat.length \u003E window.cutoff) { window.top.tests.concat = []; console.log(\u0027reset concat\u0027); }","IsDeferred":false},{"Name":"PushApply","Code":"window.top.tests.papply.push.apply(window.top.tests.papply, window.test);\r\nif (window.top.tests.papply.length \u003E window.cutoff) { window.top.tests.papply = []; console.log(\u0027reset papply\u0027); }","IsDeferred":false},{"Name":"Push","Code":"window.top.tests.spread.push(...window.test);\r\nif (window.top.tests.spread.length \u003E window.cutoff) { window.top.tests.spread = []; console.log(\u0027reset spread\u0027); }","IsDeferred":false}]}