mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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:
parent
0cbf2c5785
commit
431a76314d
17 changed files with 255 additions and 111 deletions
|
|
@ -4,7 +4,7 @@ class IfThenElse(Test):
|
|||
|
||||
version = 0.31
|
||||
operations = 30*3 # hard to say...
|
||||
rounds = 150000
|
||||
rounds = 1500*27
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -471,7 +471,7 @@ class NestedForLoops(Test):
|
|||
|
||||
version = 0.3
|
||||
operations = 1000*10*5
|
||||
rounds = 150
|
||||
rounds = 100
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -496,7 +496,7 @@ class ForLoops(Test):
|
|||
|
||||
version = 0.1
|
||||
operations = 5 * 5
|
||||
rounds = 8000
|
||||
rounds = 80*25
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue