./devel/py-test-perf, Run performance tests against the mainline code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.1, Package name: py311-test-perf-0.13.1, Maintainer: pkgsrc-users

Run performance tests against the mainline code.

To use it, include pytest-perf in the test dependencies for your
project, then create some Python module in your package. The plugin
will include any module that contains the text "pytest_perf" and
will run performance tests on each function containing "perf" in
the name.


Master sites:

Filesize: 11.527 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-11 10:51:33 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-test-perf: import py-test-perf-0.13.1

Run performance tests against the mainline code.

To use it, include pytest-perf in the test dependencies for your
project, then create some Python module in your package. The plugin
will include any module that contains the text "pytest_perf" and
will run performance tests on each function containing "perf" in
the name.