pyo3/pytests/pyo3-benchmarks
2022-01-23 08:41:39 +00:00
..
src ci: build all examples in debug 2022-01-23 08:41:39 +00:00
tests Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
Cargo.toml ci: build all examples in debug 2022-01-23 08:41:39 +00:00
MANIFEST.in Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00:00
noxfile.py ci: build all examples in debug 2022-01-23 08:41:39 +00:00
pyproject.toml ci: build all examples in debug 2022-01-23 08:41:39 +00:00
README.md ci: build all examples in debug 2022-01-23 08:41:39 +00:00
requirements-dev.txt Organize examples + add __call__ example (#2043) 2021-12-15 00:45:26 +00: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:

pip install .
pytest --benchmark-enable

Or with nox:

nox -s bench