Port details |
- py-pytest-codspeed Pytest plugin to create CodSpeed benchmarks
- 3.0.0 devel =2 2.2.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-02-21 15:18:53
- Last Update: 2024-10-31 09:22:53
- Commit Hash: 65ab866
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://codspeed.io/
- https://docs.codspeed.io/
- https://github.com/CodSpeedHQ/pytest-codspeed
- Description:
- CodSpeed is a continuous benchmarking platform that allows you to track and
compare the performance of your codebase during development.
It uses a smart runtime engine to measure the performance of your code in an
accurate and reproducible way without creating a huge runtime overhead, unlike
traditional benchmarks. CodSpeed produces detailed performance reports, helping
you improve your codebase performance, directly within your repository
provider(Pull Requests comments, Merge checks, ...).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pytest-codspeed>0:devel/py-pytest-codspeed@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pytest-codspeed/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pytest-codspeed
- pkg install py311-pytest-codspeed
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pytest-codspeed listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pytest-codspeed
- Package flavors (<flavor>: <package>)
- py311: py311-pytest-codspeed
- distinfo:
- TIMESTAMP = 1730301020
SHA256 (pytest_codspeed-3.0.0.tar.gz) = c5b80100ea32dd44079bb2db298288763eb8fe859eafa1650a8711bd2c32fd06
SIZE (pytest_codspeed-3.0.0.tar.gz) = 12540
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cffi>=1.17.1 : devel/py-cffi@py311
- py311-filelock>=3.12.2 : sysutils/py-filelock@py311
- py311-pytest>=3.8,1 : devel/py-pytest@py311
- py311-rich>=13.8.1 : textproc/py-rich@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-pytest-codspeed
- USES:
- python:3.9+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0 31 Oct 2024 09:22:53 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pytest-codspeed: Update to 3.0.0
- Update WWW
Changes: https://github.com/CodSpeedHQ/pytest-codspeed/releases |
2.2.1 31 Mar 2024 03:06:40 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pytest-codspeed: Update to 2.2.1
Changes: https://github.com/CodSpeedHQ/pytest-codspeed/releases |
2.2.0 21 Feb 2024 15:06:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pytest-codspeed: Add py-pytest-codspeed 2.2.0
CodSpeed is a continuous benchmarking platform that allows you to track and
compare the performance of your codebase during development.
It uses a smart runtime engine to measure the performance of your code in an
accurate and reproducible way without creating a huge runtime overhead, unlike
traditional benchmarks. CodSpeed produces detailed performance reports, helping
you improve your codebase performance, directly within your repository
provider(Pull Requests comments, Merge checks, ...). |