cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

use number of processors provided by system instead of `auto` for `pytest-xdist` in CI

Open firewave opened this issue 1 year ago • 1 comments

we have mostly 4 threads available per runner but using -n auto is only using 2

firewave avatar Jan 27 '25 19:01 firewave

Ugh. That seems to overload the runner causing one of the performance tests to fail more often. This might apply to other code relying on nproc.

firewave avatar Jan 27 '25 19:01 firewave