pyo3/examples/pyo3-benchmarks
David Hewitt 370652eba8 examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
..
pyo3_benchmarks examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
src examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
tests examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
Cargo.toml examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
MANIFEST.in examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
README.md examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
requirements-dev.txt examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
setup.py examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00
tox.ini examples: maturin and setuptools_rust examples 2021-04-03 11:59:41 +01:00

README.md

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