Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

vstinner/pymicrobench

Repository files navigation

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

About

Suite of Python microbenchmarks written for CPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages