bitter-ability-32190
11/07/2022, 7:13 PM./pants --no-pantsd --no-local-cache peek ::
)
• "warm cache" ./pants peek ::
to start -> touch N files (of varying sizes) -> ./pants peek ::
• what else?
Edit: instead of peek
, probably a lint
and/or check
which doesn't run the processwitty-crayon-22786
11/07/2022, 7:14 PMpeek
is not really a realistic case to test… most of the time it will be test
or `lint`/`check` etcbitter-ability-32190
11/07/2022, 7:17 PMwitty-crayon-22786
11/07/2022, 7:17 PMbitter-ability-32190
11/07/2022, 7:18 PMwitty-crayon-22786
11/07/2022, 7:19 PMpy-spy
first to see if anything is hot, then workunits to see where time is being spentbitter-ability-32190
11/07/2022, 7:20 PM