mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
@ -14,7 +14,7 @@
|
|||
|
||||
# Defaults
|
||||
Number_of_rounds = 10
|
||||
Warp_factor = 20
|
||||
Warp_factor = 10
|
||||
|
||||
# Import tests
|
||||
from Arithmetic import *
|
||||
|
@ -24,8 +24,8 @@ from Lookups import *
|
|||
from Instances import *
|
||||
try:
|
||||
from NewInstances import *
|
||||
except:
|
||||
print "Cannot test new-style objects"
|
||||
except ImportError:
|
||||
pass
|
||||
from Lists import *
|
||||
from Tuples import *
|
||||
from Dict import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue