Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36044: Reduce number of unit tests run for PGO build. #14702

Merged
merged 7 commits into from
Jul 22, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS.
  • Loading branch information
nascheme committed Jul 11, 2019
commit ae95e9f97c4c358bbe64a0afab59f741d100be6e
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Reduce the number of unit tests run for the PGO generation task. This
speeds up the task by a factor of about 15X. Running the full unit test
suite is slow. This change may result in a slightly less optimized build
since not as many code branches will be executed. If you are willing to
wait for the much slower build, the old behavior can be restored using
'./configure [..] --with-profile-task="-m test --pgo"'.