mirror of
https://github.com/python/pyperformance.git
synced 2025-12-19 14:16:36 +00:00
Python Performance Benchmark Suite
http://pyperformance.readthedocs.io/
* Add a YAML-parsing benchmark * Fix description * Update pyperformance/data-files/benchmarks/bm_yaml/run_benchmark.py Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> --------- Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| doc | ||
| examples/benchmarking-scripts | ||
| pyperformance | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .readthedocs.yaml | ||
| AUTHORS | ||
| benchmarks | ||
| BENCHMARKS_FORMAT.md | ||
| COPYING | ||
| dev.py | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| README.rst | ||
| requirements.in | ||
| requirements.txt | ||
| runtests.py | ||
| TODO.rst | ||
| tox.ini | ||
########################## 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/actions The ``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 <http://pyperformance.readthedocs.io/>`_ * `pyperformance GitHub project <https://github.com/python/pyperformance>`_ (source code, issues) * `Download pyperformance on PyPI <https://pypi.python.org/pypi/pyperformance>`_ pyperformance is not tuned for PyPy yet: use the `PyPy benchmarks project <https://foss.heptapod.net/pypy/benchmarks>`_ instead to measure PyPy performances. pyperformance is distributed under the MIT license.