]> granicus.if.org Git - python/commit
Update pybench to version 2.0.
authorMarc-André Lemburg <mal@egenix.com>
Tue, 13 Jun 2006 17:04:26 +0000 (17:04 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Tue, 13 Jun 2006 17:04:26 +0000 (17:04 +0000)
commit08de1ef8dfe06680efdbf620b40904e755a60f42
tree711b7ea5cbaa21e8cecfe601cd818f44c7e1fdf3
parent317af10569c585dd90f8c1f161a6264f539a16e3
Update pybench to version 2.0.
24 files changed:
Tools/pybench/pybench-2.0/Arithmetic.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Calls.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/CommandLine.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Constructs.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Dict.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Exceptions.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Imports.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Instances.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/LICENSE [new file with mode: 0644]
Tools/pybench/pybench-2.0/Lists.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Lookups.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/NewInstances.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Numbers.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/README [new file with mode: 0644]
Tools/pybench/pybench-2.0/Setup.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Strings.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Tuples.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/Unicode.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/clockres.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/package/__init__.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/package/submodule.py [new file with mode: 0644]
Tools/pybench/pybench-2.0/platform.py [new file with mode: 0755]
Tools/pybench/pybench-2.0/pybench.py [new file with mode: 0755]
Tools/pybench/pybench-2.0/systimes.py [new file with mode: 0644]