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 jeethu
Recipients jeethu, pitrou, rhettinger, serhiy.storchaka
Date 2018-01-15.23:17:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516058272.85.0.467229070634.issue32534@psf.upfronthosting.co.za>
In-reply-to
Content
I rebased my branch off of master and rebuilt it, and also rebuilt the baseline from master. Both versions were configured with --with-lto and --enable-optimizations. The benchmark numbers are rather different this time[1]. pidigits is slower, but nbody is still inexplicably faster. Should I run the benchmark without a PGO build (i.e without --enable-optimizations)?

Also, I've attached the output from the pyperformance run to the aforementioned gist.

[1]: https://gist.github.com/jeethu/dc0811d415dd6d1a1621761e43842f88
History
Date User Action Args
2018-01-15 23:17:52jeethusetrecipients: + jeethu, rhettinger, pitrou, serhiy.storchaka
2018-01-15 23:17:52jeethusetmessageid: <1516058272.85.0.467229070634.issue32534@psf.upfronthosting.co.za>
2018-01-15 23:17:52jeethulinkissue32534 messages
2018-01-15 23:17:52jeethucreate