summaryrefslogtreecommitdiff
path: root/Tools/pybench/Lookups.py
diff options
context:
space:
mode:
authorSteve Holden <steve@holdenweb.com>2006-05-26 18:26:21 +0000
committerSteve Holden <steve@holdenweb.com>2006-05-26 18:26:21 +0000
commitd05e5468501ff572a55349a584a28d09f9d7abb3 (patch)
tree35ac0c190daef873dac46b960928354abdad7067 /Tools/pybench/Lookups.py
parent9c0e9c089c758bc9b64f0379bc93f8ea6740eb53 (diff)
downloadcpython-git-d05e5468501ff572a55349a584a28d09f9d7abb3.tar.gz
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.
Diffstat (limited to 'Tools/pybench/Lookups.py')
-rw-r--r--Tools/pybench/Lookups.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools/pybench/Lookups.py b/Tools/pybench/Lookups.py
index 47ad94ae54..e5529cd478 100644
--- a/Tools/pybench/Lookups.py
+++ b/Tools/pybench/Lookups.py
@@ -4,7 +4,7 @@ class SpecialClassAttribute(Test):
version = 0.3
operations = 5*(12 + 12)
- rounds = 1000*16
+ rounds = 100000
def test(self):
@@ -185,7 +185,7 @@ class NormalClassAttribute(Test):
version = 0.3
operations = 5*(12 + 12)
- rounds = 1000*20
+ rounds = 100000
def test(self):
@@ -371,7 +371,7 @@ class SpecialInstanceAttribute(Test):
version = 0.3
operations = 5*(12 + 12)
- rounds = 1000*14
+ rounds = 100000
def test(self):
@@ -559,7 +559,7 @@ class NormalInstanceAttribute(Test):
version = 0.3
operations = 5*(12 + 12)
- rounds = 1000*22
+ rounds = 100000
def test(self):
@@ -747,7 +747,7 @@ class BuiltinMethodLookup(Test):
version = 0.3
operations = 5*(3*5 + 3*5)
- rounds = 700*15
+ rounds = 70000
def test(self):