bpo-37707: Exclude expensive unit tests from PGO task by nascheme · Pull Request #15009 · python/cpython

added 2 commits

July 29, 2019 11:26
Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.

@nascheme

@nascheme nascheme deleted the pgo_skip_expensive_tests branch

July 30, 2019 18:08

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 30, 2019
Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.
(cherry picked from commit 52a48e6)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>

nascheme added a commit that referenced this pull request

Jul 30, 2019
)

Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.
(cherry picked from commit 52a48e6)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019
Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
Mark some individual tests to skip when --pgo is used.  The tests
marked increase the PGO task time significantly and likely don't
help improve optimization of the final executable.