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 pitrou
Recipients brett.cannon, pitrou, serhiy.storchaka
Date 2014-10-25.19:34:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za>
In-reply-to
Content
This patch tries to improve precision of benchmarks in the benchmark suite by two measures:
- select the best timer for the pair of interpreters (i.e. perf_counter() if possible)
- make hashing deterministic to avoid fluctuations between runs
History
Date User Action Args
2014-10-25 19:34:32pitrousetrecipients: + pitrou, brett.cannon, serhiy.storchaka
2014-10-25 19:34:32pitrousetmessageid: <1414265672.28.0.112980885823.issue22727@psf.upfronthosting.co.za>
2014-10-25 19:34:32pitroulinkissue22727 messages
2014-10-25 19:34:32pitroucreate