pyo3/pytests/pyo3-benchmarks
David Hewitt 90479ddae4 opt: make argument extraction code smaller 2021-12-24 01:52:15 +00:00
..
pyo3_benchmarks Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
src Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
tests Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
Cargo.toml Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
MANIFEST.in Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
README.md Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
requirements-dev.txt Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
setup.py Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
tox.ini opt: make argument extraction code smaller 2021-12-24 01:52:15 +00: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