benchmarks/py-asv-runner: add

Core Python benchmark code for benchmarks/py-asv
This commit is contained in:
Charlie Li 2023-10-10 18:42:46 -04:00
parent 44534cba84
commit 2e6efdc0e6
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
4 changed files with 29 additions and 0 deletions

View File

@ -75,6 +75,7 @@
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += py-asv-runner
SUBDIR += py-locust
SUBDIR += py-naarad
SUBDIR += py-throughpy

View File

@ -0,0 +1,22 @@
PORTNAME= asv-runner
DISTVERSION= 0.1.0
CATEGORIES= benchmarks python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= vishwin@FreeBSD.org
COMMENT= Core pure python benchmarking for asv
WWW= https://asv.readthedocs.io/projects/asv-runner/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1696911824
SHA256 (asv_runner-0.1.0.tar.gz) = 686c2e902a27491649b9ebd8e1f49659c37c92116f312974fdbb6fff1efa7122
SIZE (asv_runner-0.1.0.tar.gz) = 38737

View File

@ -0,0 +1,3 @@
ASV Runner is the pure Python core of ASV (Airspeed-Velocity). ASV
Runner provides essential functionality for benchmarking Python
packages with ease and efficiency.