Language

Package: python-pytest-perf @ 0.13.1

Synopsis

Pytest plugin for performance testing

Description

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.

Home page
https://github.com/jaraco/pytest-perf
Location
License

Lint warnings

LinterMessageLocation
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'python-pip' should probably not be an input at all
  • gnu/packages/check.scm (line: 3111, column: 2)