Skip to content

Commit

Permalink
Improve slow task
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Nov 28, 2021
1 parent 5bbda66 commit 57f64d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const fast = () => {

// Very slow task
export const slow = async () => {
await setTimeout(1e4)
await setTimeout(1e3)
}

// Very precise task
Expand Down

0 comments on commit 57f64d8

Please sign in to comment.