Skip to content

Commit

Permalink
fixing clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
mimiMonads committed Jan 3, 2025
1 parent 09b3e02 commit 11897c3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions experimental/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ boxplot(async () => {
context3.adds(null),
]);
});
});

bench(" main * 3", async () => {
await Promise.all([
f(),
f(),
f(),
]);
bench(" main * 3", async () => {
await Promise.all([
f(),
f(),
f(),
]);
});
});
});
});
Expand Down

0 comments on commit 11897c3

Please sign in to comment.