Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-perf
From: Thomas Klausner
Date: 2023-12-11 10:51:33
Message id: 20231211095133.8A2A3FA42@cvs.NetBSD.org
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.
Files: