Hi! I’m trying to debug pex build times for test. ...
# general
w
Hi! I’m trying to debug pex build times for test. I notice that many
pytest_runner.pex
jobs are run with various combinations of overlapping dependencies. It seems like it might be faster to build fewer of these by building a pex with a superset of dependencies (even if that’s not perfect). Is there a pattern for this optimization?
c