pyo3/pytests/pyo3-benchmarks
David Hewitt 0991aa9f37 ci: add coverage for pytests 2022-01-22 20:06:57 +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 ci: add coverage for pytests 2022-01-22 20:06:57 +00:00
MANIFEST.in Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
README.md Switch from tox to nox 2022-01-17 00:24:33 +08:00
noxfile.py Use `--no-build-isolation` 2022-01-17 10:02:03 +08:00
requirements-dev.txt Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
setup.py ci: add coverage for pytests 2022-01-22 20:06:57 +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 nox:

nox