[New-bugs-announce] [issue22727] Improve benchmarks precision

Antoine Pitrou report at bugs.python.org
Sat Oct 25 21:34:32 CEST 2014


New submission from Antoine Pitrou:

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

----------
components: Benchmarks
files: precision.patch
keywords: patch
messages: 230011
nosy: brett.cannon, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Improve benchmarks precision
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file37014/precision.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22727>
_______________________________________


More information about the New-bugs-announce mailing list