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 larry, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-29.20:37:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461962272.49.0.392099517427.issue26814@psf.upfronthosting.co.za>
In-reply-to
Content
> Results of the CPython benchmark suite. Reference = default branch at rev 496e094f4734, patched: fastcall fork at rev 2b4b7def2949.

Oh, I forgot to mention that I modified perf.py to run each benchmark using 10 fresh processes to test multiple random seeds for the randomized hash function, instead of testing a fixed seed (PYTHONHASHSEED=1). This change should reduce the noise in the benchmark results.

I ran the benchmark suite using --rigorous.

I will open a new issue later for my perf.py change.
History
Date User Action Args
2016-04-29 20:37:52vstinnersetrecipients: + vstinner, rhettinger, larry, serhiy.storchaka, yselivanov
2016-04-29 20:37:52vstinnersetmessageid: <1461962272.49.0.392099517427.issue26814@psf.upfronthosting.co.za>
2016-04-29 20:37:52vstinnerlinkissue26814 messages
2016-04-29 20:37:52vstinnercreate