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 vstinner
Recipients brett.cannon, florin.papa, pitrou, serhiy.storchaka, skrah, vstinner, yselivanov, zbyrne
Date 2016-02-04.09:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454578092.52.0.60440636195.issue26275@psf.upfronthosting.co.za>
In-reply-to
Content
> taskset -c 0 ./python telco.py full

Did you see that I just merged Florin's patch to add --affinity parameter to perf.py? :-)

You may isolate some CPU cores using the kernel command parameter isolcpus=xxx. I don't think that the core #0 is the best choice, it may be preferred.

It would be nice to collect "tricks" to get most reliable benchmark results. Maybe in perf.py README page? Or a wiki page? Whatever? :-)
History
Date User Action Args
2016-02-04 09:28:12vstinnersetrecipients: + vstinner, brett.cannon, pitrou, skrah, serhiy.storchaka, yselivanov, zbyrne, florin.papa
2016-02-04 09:28:12vstinnersetmessageid: <1454578092.52.0.60440636195.issue26275@psf.upfronthosting.co.za>
2016-02-04 09:28:12vstinnerlinkissue26275 messages
2016-02-04 09:28:12vstinnercreate