<#16610 go: support capturing test profile outputs...
# github-notifications
q
#16610 go: support capturing test profile outputs Issue created by tdyas Go supports profiling tests in several capacities (CPU via
-cpuprofile
, memory via
-memprofile
, mutex contention via
-mutexprofile
). Pants should recognize when one or more of these profiles is in effect, capture the resulting output file(s), and write those files under
dist/
somewhere TBD. pantsbuild/pants
u