]> granicus.if.org Git - python/commit
Use minimum calibration time rather than avergae to avoid
authorSteve Holden <steve@holdenweb.com>
Fri, 26 May 2006 17:41:32 +0000 (17:41 +0000)
committerSteve Holden <steve@holdenweb.com>
Fri, 26 May 2006 17:41:32 +0000 (17:41 +0000)
commitf84587776771bf8c5e665a118e604494e98b6ea1
tree1819334861d77af71074eac0ed588eb31a600ee1
parent3a65d87e8cbc8fe118cdb011a6e2d9bf7e9c12b4
Use minimum calibration time rather than avergae to avoid
the illusion of negative run times. Halt with an error if
run times go below 10 ms, indicating that results will be
unreliable.
Tools/pybench/pybench.py