Message348677
| Author | nascheme |
|---|---|
| Recipients | nascheme |
| Date | 2019-07-29.18:34:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1564425247.23.0.845576191882.issue37707@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Add a new support decorator, @skip_if_pgo_task and then use it to mark test cases. I suspect the PGO task works well if it can exercise common code paths. Running long tests likely have rapidly diminishing benefits. The instrumented PGO executable runs quite a bit slower than a normal build and so it is useful to spend a bit of time to exclude expensive tests. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-07-29 18:34:07 | nascheme | set | recipients: + nascheme |
| 2019-07-29 18:34:07 | nascheme | set | messageid: <1564425247.23.0.845576191882.issue37707@roundup.psfhosted.org> |
| 2019-07-29 18:34:07 | nascheme | link | issue37707 messages |
| 2019-07-29 18:34:07 | nascheme | create | |