Closed
Description
- I have checked that the answer to this question is not present in any other issue, merge request comments, or the documentation.
test_fast.sh is the recommended way to run the test suite in an efficient manner.
However, it is configure to run only on 4 cores? Why?
Many modern computer has more than 4 cores. I would suggest to replace -n 4
to -n0
on the following test_fast.sh line
Line 8 in 65af4ef
@mroeschke was the last to commit on that file (https://github.com/pandas-dev/pandas/blame/main/test_fast.sh) (it case it changes something for triage).