{"ScriptPreparationCode":"var data = {};","TestCases":[{"Name":"Direct Assignment","Code":"for(var i = 0; i \u003C 10000; i\u002B\u002B)\r\n{\r\n data[\u0060prop_${i}\u0060] = true;\r\n data[\u0060prop_${i}1\u0060] = true;\r\n data[\u0060prop_${i}2\u0060] = true;\r\n data[\u0060prop_${i}3\u0060] = true;\r\n data[\u0060prop_${i}4\u0060] = true;\r\n data[\u0060prop_${i}5\u0060] = true;\r\n data[\u0060prop_${i}6\u0060] = true;\r\n data[\u0060prop_${i}7\u0060] = true;\r\n data[\u0060prop_${i}8\u0060] = true;\r\n data[\u0060prop_${i}9\u0060] = true;\r\n data[\u0060prop_${i}10\u0060] = true;\r\n data[\u0060prop_${i}11\u0060] = true;\r\n data[\u0060prop_${i}12\u0060] = true;\r\n}","IsDeferred":false},{"Name":"Object.assign","Code":"for(var i = 0; i \u003C 10000; i\u002B\u002B)\r\n{\r\n Object.assign(data, { [\u0060prop_${i}\u0060]: true,\r\n [\u0060prop_${i}1\u0060]: true,\r\n [\u0060prop_${i}2\u0060]: true,\r\n [\u0060prop_${i}3\u0060]: true,\r\n [\u0060prop_${i}4\u0060]: true,\r\n [\u0060prop_${i}5\u0060]: true,\r\n [\u0060prop_${i}6\u0060]: true,\r\n [\u0060prop_${i}7\u0060]: true,\r\n [\u0060prop_${i}8\u0060]: true,\r\n [\u0060prop_${i}9\u0060]: true,\r\n [\u0060prop_${i}10\u0060]: true,\r\n [\u0060prop_${i}11\u0060]: true,\r\n [\u0060prop_${i}12\u0060]: true });\r\n}","IsDeferred":false}]}