pyo3/examples/pyo3-benchmarks
2021-10-13 00:05:33 +01:00
..
pyo3_benchmarks
src
tests
Cargo.toml
MANIFEST.in
README.md
requirements-dev.txt examples: use pip 21.3 2021-10-13 00:05:33 +01:00
setup.py
tox.ini examples: use pip 21.3 2021-10-13 00:05:33 +01:00

pyo3-benchmarks

This extension module contains benchmarks for pieces of PyO3's API accessible from Python.

Running the benchmarks

You can install the module in your Python environment and then run the benchmarks with pytest:

python setup.py develop
pytest

Or with tox:

tox -e py