hello - I’m running into this performance issue: <...
# general
s
hello - I’m running into this performance issue: https://github.com/pantsbuild/pants/issues/3807. consolidate-classpath takes 6 seconds for my test targets even though it’s taking no action. I have targets that maintain lists of files that should be copied out of the source into a runtime directory. my task doesn’t do any caching. however, consolidate-classpath does and considers all targets. Is there any work around to this?