-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break tree_operations test into shards.
This test puts a lot of burden on the compiler and compilation alone takes about 120 seconds or so. Break it up into shards in which only parts of the tests are ifdef'ed in in each shard. Now each shard takes around 20-25 seconds, less likely to dominate the critical compilation path. Also, exclude some very slow to clang-tidy tests from run in clang-tidy.
- Loading branch information
Showing
3 changed files
with
126 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.