mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/py-asv-runner: add
Core Python benchmark code for benchmarks/py-asv
This commit is contained in:
parent
44534cba84
commit
2e6efdc0e6
4 changed files with 29 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += polygraph
|
||||
SUBDIR += postal
|
||||
SUBDIR += postmark
|
||||
SUBDIR += py-asv-runner
|
||||
SUBDIR += py-locust
|
||||
SUBDIR += py-naarad
|
||||
SUBDIR += py-throughpy
|
||||
|
|
22
benchmarks/py-asv-runner/Makefile
Normal file
22
benchmarks/py-asv-runner/Makefile
Normal 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>
|
3
benchmarks/py-asv-runner/distinfo
Normal file
3
benchmarks/py-asv-runner/distinfo
Normal 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
|
3
benchmarks/py-asv-runner/pkg-descr
Normal file
3
benchmarks/py-asv-runner/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue