mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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 CompareIntegers(Test):
|
|||
|
||||
version = 0.1
|
||||
operations = 30 * 5
|
||||
rounds = 120000
|
||||
rounds = 1200*21
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -200,7 +200,7 @@ class CompareFloats(Test):
|
|||
|
||||
version = 0.1
|
||||
operations = 30 * 5
|
||||
rounds = 60000
|
||||
rounds = 600*27
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -396,7 +396,7 @@ class CompareFloatsIntegers(Test):
|
|||
|
||||
version = 0.1
|
||||
operations = 30 * 5
|
||||
rounds = 60000
|
||||
rounds = 600*16
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -592,7 +592,7 @@ class CompareLongs(Test):
|
|||
|
||||
version = 0.1
|
||||
operations = 30 * 5
|
||||
rounds = 60000
|
||||
rounds = 600*24
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue