Metadata-Version: 2.1
Name: pytest-speed
Version: 0.3.2
Summary: Modern benchmarking library for python with pytest integration.
Author-email: Samuel Colvin <s@muelcolvin.com>
License: MIT
Project-URL: repository, https://github.com/samuelcolvin/pytest-speed
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pytest (>=7)
Requires-Dist: click (>=7)
Requires-Dist: rich (>=12)

# pytest-speed

Modern benchmarking library for python with pytest integration.

`pytest-speed` is mostly backwards compatible with `pytest-benchmark` but adds:
* clearer output using rich
* clearer comparison of benchmarks
* some extra functionality, e.g. running multiple benchmarks from a single test
