Add py-pytest-benchmark 3.2.3

pytest-benchmark is a pytest fixture for benchmarking code. It will group the
tests into rounds that are calibrated to the chosen timer.

WWW: https://github.com/ionelmc/pytest-benchmark
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-05-03 20:46:32 +00:00
parent f0508af695
commit b3b76d8591
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533811
4 changed files with 32 additions and 0 deletions

View file

@ -4924,6 +4924,7 @@
SUBDIR += py-pytest-aiohttp
SUBDIR += py-pytest-asyncio
SUBDIR += py-pytest-azurepipelines
SUBDIR += py-pytest-benchmark
SUBDIR += py-pytest-black
SUBDIR += py-pytest-cache
SUBDIR += py-pytest-capturelog

View file

@ -0,0 +1,24 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pytest-benchmark
PORTVERSION= 3.2.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= pytest fixture for benchmarking code
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py-cpuinfo>=0:sysutils/py-py-cpuinfo@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest>=3.8:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1588450780
SHA256 (pytest-benchmark-3.2.3.tar.gz) = ad4314d093a3089701b24c80a05121994c7765ce373478c8f4ba8d23c9ba9528
SIZE (pytest-benchmark-3.2.3.tar.gz) = 337882

View file

@ -0,0 +1,4 @@
pytest-benchmark is a pytest fixture for benchmarking code. It will group the
tests into rounds that are calibrated to the chosen timer.
WWW: https://github.com/ionelmc/pytest-benchmark