Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python/pyperformance
Python Performance Benchmark Suite
https://github.com/python/pyperformance
benchmark performance python
Last synced: 2 days ago
JSON representation
Python Performance Benchmark Suite
- Host: GitHub
- URL: https://github.com/python/pyperformance
- Owner: python
- License: mit
- Created: 2016-08-17T23:43:22.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:02:10.000Z (11 days ago)
- Last Synced: 2024-10-29T17:35:51.263Z (10 days ago)
- Topics: benchmark, performance, python
- Language: Python
- Homepage: http://pyperformance.readthedocs.io/
- Size: 9.19 MB
- Stars: 862
- Watchers: 61
- Forks: 174
- Open Issues: 64
-
Metadata Files:
- Readme: README.rst
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-robotic-tooling - pyperformance - Python Performance Benchmark Suite. (Development Environment / Debugging and Tracing)
README
##########################
The Python Benchmark Suite
##########################.. image:: https://img.shields.io/pypi/v/pyperformance.svg
:alt: Latest pyperformance release on the Python Cheeseshop (PyPI)
:target: https://pypi.python.org/pypi/pyperformance.. image:: https://github.com/python/pyperformance/actions/workflows/main.yml/badge.svg
:alt: Build status of pyperformance on GitHub Actions
:target: https://github.com/python/pyperformance/actionsThe ``pyperformance`` 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.* `pyperformance documentation `_
* `pyperformance GitHub project `_
(source code, issues)
* `Download pyperformance on PyPI `_pyperformance is not tuned for PyPy yet: use the `PyPy benchmarks project
`_ instead to measure PyPy
performances.pyperformance is distributed under the MIT license.