{"ScriptPreparationCode":"const inputMap = new Map()\r\n\r\nfor (const key of Array.from(Array(1000).keys())) {\r\n inputMap.set(crypto.randomUUID(), [crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID(), crypto.randomUUID()].join(\u0027\u0027))\r\n}","TestCases":[{"Name":"Object.fromEntries()","Code":"Object.fromEntries(inputMap)","IsDeferred":false},{"Name":"Reduce","Code":"inputMap.entries().reduce((acc, item) =\u003E {\r\n acc[item[0]] = item[1]\r\n\r\n return acc\r\n}, {})","IsDeferred":false}]}