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
Cargo.toml ci: build all examples in debug 2022-01-23 08:41:39 +00:00
MANIFEST.in
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

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