X Tutup
The Wayback Machine - https://web.archive.org/web/20220917185443/https://github.com/python/pyperformance
Skip to content

python/pyperformance

main
Switch branches/tags
Code

Latest commit

This adds a benchmark of Docutils as an application. I thought a reasonable test load was Docutils' own docs (takes ~4.5-5s on my computer).

I haven't submitted a benchmark before---I don't know the best way of storing the input data, so for speed I copied the documentation into git here (the docs are public domain).
864c3d9

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Python Benchmark Suite

Latest pyperformance release on the Python Cheeseshop (PyPI) Build status of pyperformance on GitHub 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 is not tuned for PyPy yet: use the PyPy benchmarks project instead to measure PyPy performances.

pyperformance is distributed under the MIT license.

X Tutup