asv_runner0.2.1
asv_runner0.2.1
Published
Core Python benchmark code for ASV
pip install asv-runner
Package Downloads
Project URLs
Requires Python
>=3.7
Dependencies
- importlib-metadata
- furo
; extra == "docs"
- sphinx
; extra == "docs"
- sphinx-contributors
; extra == "docs"
- sphinx-copybutton
; extra == "docs"
- sphinx-design
; extra == "docs"
- sphinx-autobuild
; extra == "docs"
- sphinxcontrib-spelling
; extra == "docs"
- myst-parser
>=2; extra == "docs"
- sphinx-autodoc2
>=0.4.2; extra == "docs"
About
Core Python benchmark code for asv
.
This package shall not have any dependencies on external packages and must be
compatible with all Python versions greater than or equal to 3.7
.
For other functionality, refer to the asv
package or consider writing an extension.
Contributions
All contributions are welcome, this includes code and documentation contributions but also questions or other clarifications. Note that we expect all contributors to follow our Code of Conduct.
Developing locally
A pre-commit
job is setup on CI to enforce consistent styles, so it is best to
set it up locally as well (using pipx for isolation):
# Run before commiting
pipx run pre-commit run --all-files
# Or install the git hook to enforce this
pipx run pre-commit install