diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-03-30 23:35:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 16:35:45 +0200 |
commit | 3deade4b14de809f67ed0471f8e91c91b25fedcc (patch) | |
tree | ced6ca8274b9ef181daf5e097ef6044b84b2a8ab /cli/args/flags.rs | |
parent | d418f792a97e66fb7a0b5c652869478c22e6cc12 (diff) |
chore(ext/node): run node compat parallel tests in core number concurrency (#18505)
We currently run the all test cases in `parallel` category at the same
time, which invokes hundreds process at the same time, and that seems
causing some flakiness in CI. (maybe related to #18487)
This PR limits the concurrency to the number of cpu cores. This is more
aligned to how Node.js run their `parallel` test in their repository.
https://github.com/nodejs/node/blob/42c4a359525f70c322c0df0eac188fa2b05c3f53/Makefile#L356
Diffstat (limited to 'cli/args/flags.rs')
0 files changed, 0 insertions, 0 deletions