GitXplorerGitXplorer
v

pymicrobench

public
4 stars
5 forks
0 issues

Commits

List of commits on branch main.
Unverified
9b0c7a78d5ad32e8169366b1b4b433d00cf072ab

Prepare project archive

vvstinner committed 2 years ago
Unverified
7c6b92deaf5cf0c3fc965fcfcbc6a78f7d0d10f4

Update README: pyperf

vvstinner committed 4 years ago
Unverified
22d4584453f8528b7f98c93905a82c6c997c7910

Replace Travis CI with GitHub Actions

vvstinner committed 4 years ago
Unverified
fcc501b1ca353e5835368ec4d097949fff06054c

tox.ini: add six dependency

vvstinner committed 4 years ago
Unverified
5997a925e50c31e836ee5232bef67041ca0e0ee9

Don't always notify me

vvstinner committed 4 years ago
Unverified
40e7f17fc0701b7ff51741bd42c6c71d4e92e0df

Project migrated to travis-ci.com

vvstinner committed 4 years ago

README

The README file for this repository.

pymicrobench


My collection of Python microbenchmarks written for CPython.

Benchmarks were written to make sure that a change makes CPython faster.

The code is distributed under the MIT license: see the COPYING file.

Benchmarks were written in 2016, and so mostly for CPython 3.6.

The Python pyperf module <http://pyperf.readthedocs.io/>_ is needed by benchmarks. Install perf using::

python3 -m pip install -U pyperf

Read pyperf documentation to see how to run stable benchmarks (ex: tune your system for benchmarking).

This project is now archived and no longer maintained.