mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Updated to pybench 2.0.
See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.
This commit is contained in:
parent
ef7fe5f228
commit
7d9743dd6a
20 changed files with 1240 additions and 649 deletions
|
|
@ -6,9 +6,9 @@ import package.submodule
|
|||
|
||||
class SecondImport(Test):
|
||||
|
||||
version = 0.1
|
||||
version = 2.0
|
||||
operations = 5 * 5
|
||||
rounds = 20000
|
||||
rounds = 40000
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -51,9 +51,9 @@ class SecondImport(Test):
|
|||
|
||||
class SecondPackageImport(Test):
|
||||
|
||||
version = 0.1
|
||||
version = 2.0
|
||||
operations = 5 * 5
|
||||
rounds = 20000
|
||||
rounds = 40000
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
@ -95,9 +95,9 @@ class SecondPackageImport(Test):
|
|||
|
||||
class SecondSubmoduleImport(Test):
|
||||
|
||||
version = 0.1
|
||||
version = 2.0
|
||||
operations = 5 * 5
|
||||
rounds = 20000
|
||||
rounds = 40000
|
||||
|
||||
def test(self):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue