{"ScriptPreparationCode":"var map = new Map();\r\nvar obj = {};\r\n\r\nvar i = 0, count = 5000, a;","TestCases":[{"Name":"Map assign","Code":"for (i = 0; i \u003C count; i\u002B\u002B) {\r\n map.set(i, \u0027test\u0027);\r\n}","IsDeferred":false},{"Name":"Obj lookup","Code":"for (i = 0; i \u003C count; i\u002B\u002B) {\r\n obj[i] = \u0027test\u0027;\r\n}","IsDeferred":false}]}