[PATCH] D141230: [clang-format-diff.py] give clang-format-diff a job pool (10x speed)
Owen Pan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 13 01:33:41 PST 2023
owenpan added a comment.
In D141230#4048069 <https://reviews.llvm.org/D141230#4048069>, @seanptmaher wrote:
> The use case I was using this with was running diff formatting of very large diffs (automated mass refactors changing thousands of files) on the chromium codebase -- I'm not sure how to "include" such a use case as you mentioned. I could write a benchmark if you'd like?
I was thinking about trying out whatever you did when reviewing this patch, so it would be helpful if you could share the steps/commands you used. A benchmark is unnecessary, but having some tests would be great.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141230/new/
https://reviews.llvm.org/D141230
More information about the cfe-commits
mailing list