]> granicus.if.org Git - python/commit
Add -t option to allow easy test selection.
authorSteve Holden <steve@holdenweb.com>
Fri, 26 May 2006 16:27:59 +0000 (16:27 +0000)
committerSteve Holden <steve@holdenweb.com>
Fri, 26 May 2006 16:27:59 +0000 (16:27 +0000)
commit431a76314df929d42192fe4bb087eb97d158de87
treed4e329932cd3ae725727346214ad73eb35f069d1
parent0cbf2c57852d64855b88305dfa7d77f84936a674
Add -t option to allow easy test selection.
Action verbose option correctly.
Tweak operation counts. Add empty and new instances tests.
Enable comparisons across different warp factors. Change version.
17 files changed:
Tools/pybench/Arithmetic.py
Tools/pybench/Calls.py
Tools/pybench/Constructs.py
Tools/pybench/Dict.py
Tools/pybench/Empty.py [new file with mode: 0755]
Tools/pybench/Exceptions.py
Tools/pybench/Imports.py
Tools/pybench/Instances.py
Tools/pybench/Lists.py
Tools/pybench/Lookups.py
Tools/pybench/NewInstances.py [new file with mode: 0755]
Tools/pybench/Numbers.py
Tools/pybench/Setup.py
Tools/pybench/Strings.py
Tools/pybench/Tuples.py
Tools/pybench/Unicode.py
Tools/pybench/pybench.py