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 SimpleListManipulation(Test):
|
|||
|
||||
version = 0.3
|
||||
operations = 5* (6 + 6 + 6)
|
||||
rounds = 60000
|
||||
rounds = 600*45
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -132,7 +132,7 @@ class ListSlicing(Test):
|
|||
|
||||
version = 0.4
|
||||
operations = 25*(3+1+2+1)
|
||||
rounds = 400
|
||||
rounds = 4*45
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -169,7 +169,7 @@ class SmallLists(Test):
|
|||
|
||||
version = 0.3
|
||||
operations = 5*(1+ 6 + 6 + 3 + 1)
|
||||
rounds = 60000
|
||||
rounds = 600*15
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue