This test dominates our unit test runtime, and the change speeds it up by 10x.
We lose coverage of some combinations of flags, but I'm not sure that's finding
many bugs.
3300 -> 300ms on my machine (3800 -> 800ms for the whole of CompletionTest).
Differential D42063
[clangd] Avoid combinatorial explosion in CodeCompleteTests. sammccall on Jan 15 2018, 4:32 AM. Authored by
Details This test dominates our unit test runtime, and the change speeds it up by 10x. 3300 -> 300ms on my machine (3800 -> 800ms for the whole of CompletionTest).
Diff Detail
|