GitXplorerGitXplorer
p

pyperformance

public
888 stars
177 forks
62 issues

Commits

List of commits on branch main.
Verified
008b5e3c65889c6328dad0a15185d233512f727e

Fix _is_dev_install by using importlib.metadata API (#371)

ddiegorusso committed 2 months ago
Verified
a7585a162515fd3ca7306fad2dcca12aee0eba2e

Fix function to get if pyperformance is installed in editable mode (#369)

ddiegorusso committed 2 months ago
Verified
9164273e5504c410a5be08d8753c91be708fdd9a

Upgrade to pyperf 2.8.1 (#368)

mmdboom committed 2 months ago
Verified
123a74bb38eaa2d7f5be9744f8b33e418922dd2b

Update MANIFEST (#357)

gguywilsonjr committed 2 months ago
Verified
f113ee37d6fbbf5b8b87ed49406f01e41ff564a3

Add `argparse` benchmarks for subparsers and many optionals (#367)

ssavannahostrowski committed 2 months ago
Verified
ebc5013005618940841f0b7182e4d20831017697

Add some NetworkX benchmarks (#364)

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.