Message 213399 - Python tracker

Message213399

Author r.david.murray
Recipients ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2014-03-13.14:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394720045.96.0.597896677011.issue20910@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible for regrtest to do some operations to estimate the speed and choose "good values" for the constants automatically?

If you have the right kind of VM setup, you could simulate a slow buildbot by giving the VM a low CPU share and then running something compute intensive elsewhere on the machine.  Since many of the buidbots *are* VMs, this would probably be a good test :)
History
Date User Action Args
2014-03-13 14:14:06r.david.murraysetrecipients: + r.david.murray, ncoghlan, pitrou, vstinner, serhiy.storchaka
2014-03-13 14:14:05r.david.murraysetmessageid: <1394720045.96.0.597896677011.issue20910@psf.upfronthosting.co.za>
2014-03-13 14:14:05r.david.murraylinkissue20910 messages
2014-03-13 14:14:05r.david.murraycreate