On my local machine, adding 4 pytest-xdist workers brings the total test time
down to 1m30s, from a previous time of 5m20s. Adding more workers doesn't seem
to help, so I think at that point we're hitting kubernetes bottlenecks in the
kubeflow backend tests.
On my local machine, adding 4
pytest-xdist
workers brings the total test time down to 1m30s, from a previous time of 5m20s. Adding more workers doesn't seem to help, so I think at that point we're hitting kubernetes bottlenecks in the kubeflow backend tests.