This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients aeros, eryksun, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2020-04-08.18:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586370683.94.0.955829713719.issue40214@roundup.psfhosted.org>
In-reply-to
Content
> Do you have a general estimate or rough idea as to how much slower it would be in comparison?

It's one sample point, but compare https://buildbot.python.org/all/#/builders/129/builds/708 to https://github.com/python/cpython/runs/571497886

Compile time: 3:32 (release) -> 1:10 (debug)
Test time: 12:28 (release) -> 15:31 (debug)

Though the test timing vary wildly, as some tests cause more contention than others and they run in a random order.
History
Date User Action Args
2020-04-08 18:31:23steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, xtreak, aeros
2020-04-08 18:31:23steve.dowersetmessageid: <1586370683.94.0.955829713719.issue40214@roundup.psfhosted.org>
2020-04-08 18:31:23steve.dowerlinkissue40214 messages
2020-04-08 18:31:23steve.dowercreate