Metadata-Version: 2.1
Name: performance
Version: 0.7.0
Summary: Python benchmark suite
Home-page: https://github.com/python/benchmarks
Author: Collin Winter and Jeffrey Yasskin
Author-email: UNKNOWN
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Requires-Dist: perf
Requires-Dist: six

##########################
The Python Benchmark Suite
##########################

.. image:: https://img.shields.io/pypi/v/performance.svg
   :alt: Latest release on the Python Cheeseshop (PyPI)
   :target: https://pypi.python.org/pypi/performance

.. image:: https://travis-ci.org/python/performance.svg?branch=master
   :alt: Build status of perf on Travis CI
   :target: https://travis-ci.org/python/performance

The ``performance`` project is intended to be an authoritative source of
benchmarks for all Python implementations. The focus is on real-world
benchmarks, rather than synthetic benchmarks, using whole applications when
possible.

* `performance documentation <http://pyperformance.readthedocs.io/>`_
* `performance GitHub project <https://github.com/python/performance>`_
  (source code, issues)
* `Download performance on PyPI <https://pypi.python.org/pypi/performance>`_

performance is distributed under the MIT license.

