mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Revert tests to MAL's original round sizes to retiain comparability
from long ago and far away. Stop calling this pybench 1.4 because it isn't. Remove the empty test, which was a bad idea.
This commit is contained in:
parent
9c0e9c089c
commit
d05e546850
17 changed files with 52 additions and 141 deletions
|
@ -4,7 +4,7 @@ class SimpleListManipulation(Test):
|
|||
|
||||
version = 0.3
|
||||
operations = 5* (6 + 6 + 6)
|
||||
rounds = 600*45
|
||||
rounds = 60000
|
||||
|
||||
def test(self):
|
||||
|
||||
|
@ -132,7 +132,7 @@ class ListSlicing(Test):
|
|||
|
||||
version = 0.4
|
||||
operations = 25*(3+1+2+1)
|
||||
rounds = 4*45
|
||||
rounds = 400
|
||||
|
||||
def test(self):
|
||||
|
||||
|
@ -169,7 +169,7 @@ class SmallLists(Test):
|
|||
|
||||
version = 0.3
|
||||
operations = 5*(1+ 6 + 6 + 3 + 1)
|
||||
rounds = 600*15
|
||||
rounds = 60000
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue