{"ScriptPreparationCode":"var iterations = 10000;","TestCases":[{"Name":"fill","Code":" new Uint8Array(iterations).fill(0);","IsDeferred":false},{"Name":"fill and map","Code":" new Uint8Array(iterations).map((_, i) =\u003E 0);","IsDeferred":false}]}