commit | 431a76314df929d42192fe4bb087eb97d158de87 | [log] [tgz] |
---|---|---|
author | Steve Holden <steve@holdenweb.com> | Fri May 26 16:27:59 2006 +0000 |
committer | Steve Holden <steve@holdenweb.com> | Fri May 26 16:27:59 2006 +0000 |
tree | d4e329932cd3ae725727346214ad73eb35f069d1 | |
parent | 0cbf2c57852d64855b88305dfa7d77f84936a674 [diff] [blame] |
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.
diff --git a/Tools/pybench/Instances.py b/Tools/pybench/Instances.py index 9b1929d..199b129 100644 --- a/Tools/pybench/Instances.py +++ b/Tools/pybench/Instances.py
@@ -4,7 +4,7 @@ version = 0.2 operations = 3 + 7 + 4 - rounds = 60000 + rounds = 600*17 def test(self):