unknown %!s(int64=3) %!d(string=hai) anos
pai
achega
5c084437c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/java-script/hw.js

+ 1 - 1
src/java-script/hw.js

@@ -116,8 +116,8 @@ async function speedTest(getPromise, count, parallel = 1) {
     }
     return arr;
   }
-  const arr = await makeIterable(getPromise, count, parallel);
   let duration = performance.now();
+  const arr = await makeIterable();
   await Promise.all(
     arr.map(
       async el => await Promise.all(el.map(async () => await getPromise())),