Home | History | Annotate | Download | only in pybench

Lines Matching refs:Python

1 #!/usr/local/bin/python -O
3 """ A Python Benchmark Suite
7 # Note: Please keep this module compatible to Python 1.5.2.
9 # Tests may include features in later Python versions, but these
108 python = platform.python_version()
126 'python': platform.python_version(),
140 'Python:',
143 ' Version: %s' % d.get('python', 'n/a'),
753 header = ("PYBENCH - a benchmark test suite for Python "
812 python pybench.py -s p25.pybench -c p21.pybench
842 getattr(platform, 'python_implementation', lambda:'Python')(),
850 print '* Python version doesn\'t support garbage collection'
855 print '* Python version doesn\'t support gc.disable'
866 print '* Python version doesn\'t support sys.setcheckinterval'