Skip to content

ARROW-4504: [C++] Reduce number of C++ unit test executables from 128 to 82#4442

Closed
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-4504
Closed

ARROW-4504: [C++] Reduce number of C++ unit test executables from 128 to 82#4442
wesm wants to merge 2 commits intoapache:masterfrom
wesm:ARROW-4504

Conversation

@wesm
Copy link
Copy Markdown
Member

@wesm wesm commented May 31, 2019

This yields approximately 15% net improvement in build time when building with msbuild and /MP on a quad-core desktop. Parallel test execution times on Linux/macOS should be unaffected -- I took care to only combine executables where it made sense and where execution time was already very fast (100s of milliseconds or less)

@wesm
Copy link
Copy Markdown
Member Author

wesm commented May 31, 2019

I wasn't able to test Ninja build times on Windows because of bug https://issues.apache.org/jira/browse/ARROW-5473

@wesm
Copy link
Copy Markdown
Member Author

wesm commented May 31, 2019

@pravindra I rolled up a number of fast-running Gandiva tests. Have a look

Copy link
Copy Markdown
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. No regression here.

@wesm wesm closed this in 10ed256 Jun 3, 2019
@wesm wesm deleted the ARROW-4504 branch June 3, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants