Pytest plugin for performance testing
pytest-perf
makes it easy to compare works by creating two installs, the control and the experiment, and measuring the performance of some Python code against each. Under the hood, it uses the pip-run
command to install from the upstream main branch (e.g. https://github.com/jaraco/pytest-perf) for the control and from .
for the experiment. It then runs each of the experiments against each of the environments.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/nba65i5x2nfcfwafyyxa4zgapivl3d66-python-pytest-perf-0.13.1.drv | ||
riscv64-linux | /gnu/store/7a4y30m1cfi3rhk0r3b2vzhjssqqwcq6-python-pytest-perf-0.13.1.drv | ||
aarch64-linux | /gnu/store/afj6792rva0xz12ivrzysn90rhbwh47c-python-pytest-perf-0.13.1.drv |
Linter | Message | Location |
---|---|---|
inputs-should-not-be-input Identify inputs that shouldn't be inputs at all | 'python-pip' should probably not be an input at all |
|