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.
This commit is contained in:
Steve Holden 2006-05-26 16:27:59 +00:00
parent 0cbf2c5785
commit 431a76314d
17 changed files with 255 additions and 111 deletions

View file

@ -4,7 +4,7 @@ class TryRaiseExcept(Test):
version = 0.1
operations = 2 + 3
rounds = 60000
rounds = 600*25
def test(self):
@ -44,7 +44,7 @@ class TryExcept(Test):
version = 0.1
operations = 15 * 10
rounds = 200000
rounds = 2000*16
def test(self):