]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
timeit: change default repeat to 5, instead of 3
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 15:13:22 +0000 (17:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Oct 2016 15:13:22 +0000 (17:13 +0200)
commit1b90115304bb77a0dff16c463e2015a1645ab320
tree9a259d9f8866e25471786af777badad7f37a8d99
parentf8fb82cd25739fc2fe67c5e6997af28f2a5590d3
timeit: change default repeat to 5, instead of 3

Issue #28240: timeit now repeats the benchmarks 5 times instead of only 3 to
make benchmarks more reliable.
Lib/test/test_timeit.py
Lib/timeit.py
Misc/NEWS