summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/bench_round_robin.ts
AgeCommit message (Collapse)Author
2023-11-22refactor: replace `deferred()` from `std/async` with ↵Asher Gomez
`Promise.withResolvers()` (#21234) Closes #21041 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2021-08-11chore: move test files to testdata directory (#11601)David Sherret