GitXplorerGitXplorer
p

pyperformance

public
888 stars
177 forks
62 issues

Commits

List of commits on branch main.
Verified
0741ae0a6feac9159bee0db7ad03e98432e1926e

Make Windows a non-experimental platform in CI (#366)

mmdboom committed 3 months ago
Verified
c24444720ec2935aaaa93d51eab6a01d8b085069

Update CI to 3.13 final (#365)

mmdboom committed 3 months ago
Verified
07298dac6a95e85d21c49813a7d78ca0e16617e7

Do #362 correctly: Fix the %% in the argparse help, not the docstring (#363)

mmdboom committed 3 months ago
Verified
eb539c6654df5001fb5e6d83a2ecc213ff956fa1

Support specifying hooks in pyperformance (#361)

mmdboom committed 3 months ago
Verified
6a42ffcae6bd1099990491dd5ffca1b538d899f7

Fix a docstring in async_tree benchmark (#362)

mmdboom committed 3 months ago
Verified
f4733009508608efc827c258ae7fddb9ea95b9a8

Fix #359: Add a Sphinx benchmark (#360)

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