GitXplorerGitXplorer
p

pyperformance

public
852 stars
172 forks
62 issues

Commits

List of commits on branch main.
Verified
2214c0609982297dd011f98a8f540c0d7dd13a27

Update configuration files for tox and make (#352)

ddiegorusso committed 14 days ago
Verified
bd484873851a6cefef0c201fc53bfaf5d62f8f12

Add support for experimental JIT builds (#351)

ddiegorusso committed 14 days ago
Verified
a0cc44930b89bd57d692b5d5178a07bf66f1738d

Fix when can't install requirements (#350)

mmdboom committed 2 months ago
Verified
a760887191b8314fdcdf7af9481035f31720b728

add asyncio tag to asyncio related benchmarks (#347)

kkumaraditya303 committed 3 months ago
Verified
9d19768342d2fb5ab85e7e35c1be425ca81a32fa

Add benchmarks for the decimal module (#341)

mmdboom committed 3 months ago
Verified
c91657ee1a63a58a5075f4fad8922741cfb93639

add -V/--version CLI option (#344)

ppicnixz committed 3 months ago

README

The README file for this repository.

########################## 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.