witty-agent-59418
08/22/2024, 4:43 PMpants package src/target-a src/target-b
and while I can time the pants package invocation, I don't see an easy way to get per target metrics.curved-manchester-66006
08/22/2024, 7:10 PMwitty-agent-59418
08/23/2024, 7:54 AMwitty-agent-59418
08/23/2024, 7:55 AMwitty-agent-59418
08/23/2024, 7:58 AMcurved-manchester-66006
08/23/2024, 6:54 PMFrom the publish output it looks like image pushes run sequentially (I guess because they’re network bound?)https://github.com/pantsbuild/pants/issues/17613 I suggest taking a look at the workunit logger and seeing if that make sense for what you are trying to do (I suspect it has "too much" information, but it could be missing something!) and then based on how that goes either use that or write up an issue for less fire-hosey way to get at that timing data (a-la the reapi stats perhaps)