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:
Steve Holden 2006-05-26 18:26:21 +00:00
parent 9c0e9c089c
commit d05e546850
17 changed files with 52 additions and 141 deletions

View file

@ -4,7 +4,7 @@ class DictCreation(Test):
version = 0.3
operations = 5*(5 + 5)
rounds = 600*24
rounds = 60000
def test(self):
@ -79,7 +79,7 @@ class DictWithStringKeys(Test):
version = 0.1
operations = 5*(6 + 6)
rounds = 2000*30
rounds = 200000
def test(self):
@ -168,7 +168,7 @@ class DictWithFloatKeys(Test):
version = 0.1
operations = 5*(6 + 6)
rounds = 20000
rounds = 200000
def test(self):
@ -257,7 +257,7 @@ class DictWithIntegerKeys(Test):
version = 0.1
operations = 5*(6 + 6)
rounds = 2000*19
rounds = 200000
def test(self):
@ -346,7 +346,7 @@ class SimpleDictManipulation(Test):
version = 0.3
operations = 5*(6 + 6 + 6 + 6)
rounds = 500*44
rounds = 50000
def test(self):