Metadata-Version: 2.0
Name: pytest-benchmark
Version: 0.2.0
Summary: py.test fixture for benchmarking code
Home-page: https://github.com/ionelmc/pytest-benchmark
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
Keywords: pytest,benchmark
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Dist: pytest (>=2.6)

===============================
pytest-benchmark
===============================

.. image:: http://img.shields.io/travis/ionelmc/pytest-benchmark/master.png
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/ionelmc/pytest-benchmark

.. See: http://www.appveyor.com/docs/status-badges

.. image:: https://ci.appveyor.com/api/projects/status/<security-token>/branch/master
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/ionelmc/pytest-benchmark

.. image:: http://img.shields.io/coveralls/ionelmc/pytest-benchmark/master.png
    :alt: Coverage Status
    :target: https://coveralls.io/r/ionelmc/pytest-benchmark

.. image:: http://img.shields.io/pypi/v/pytest-benchmark.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/pytest-benchmark

.. image:: http://img.shields.io/pypi/dm/pytest-benchmark.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/pytest-benchmark

py.test fixture for benchmarking code

* Free software: BSD license

Installation
============

::

    pip install pytest-benchmark

Documentation
=============

https://pytest-benchmark.readthedocs.org/

Development
===========

To run the all tests run::

    tox

Changelog
=========

0.1.0 (2014-10-10)
-----------------------------------------

* First release on PyPI.

