bitter-ability-32190
12/31/2021, 2:00 AMhundreds-father-404
12/31/2021, 2:01 AM--per-file-caching
is obnoxious on cold runs, soooo much verbose outputbitter-ability-32190
12/31/2021, 2:03 AMhundreds-father-404
12/31/2021, 2:04 AMbitter-ability-32190
12/31/2021, 2:04 AMhappy-kitchen-89482
01/01/2022, 5:41 AMbitter-ability-32190
01/01/2022, 1:34 PMfmt-process-per-file
is always faster.
In the hot case, doing fmt-process-per-file
is actually slower, with the results increasing in time as the # of files go up (which makes sense)yapf
and isort
directly on the repo (with parellelization) takes roughly 22 seconds--changed-since
it might not matter that much (until batching or similar is implemented). Probably go with all-in-one.
Otherwise, if you're running on the world (perhaps in CI) then process-per-file is a good idea