[PATCH] D122251: [lit] Use sharding for GoogleTest format
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 05:42:44 PDT 2022
thakis added a comment.
I don't see it discussed above: An advantage of the previous scheme is that it guarantees that there are no order dependencies between tests and that each tests passes in isolation.
The speedup is nice, but it's also somewhat small relative to total `check-llvm` / `check-clang` time. Is that worth sacrificing guaranteed independent tests for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122251/new/
https://reviews.llvm.org/D122251
More information about the llvm-commits
mailing list