Skip to content

Commit

Permalink
benchmarks/py-asv-runner: add
Browse files Browse the repository at this point in the history
Core Python benchmark code for benchmarks/py-asv
  • Loading branch information
vishwin committed Oct 10, 2023
1 parent 44534cb commit 2e6efdc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/Makefile
Expand Up @@ -75,6 +75,7 @@
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += py-asv-runner
SUBDIR += py-locust
SUBDIR += py-naarad
SUBDIR += py-throughpy
Expand Down
22 changes: 22 additions & 0 deletions benchmarks/py-asv-runner/Makefile
@@ -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 changes: 3 additions & 0 deletions benchmarks/py-asv-runner/distinfo
@@ -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 changes: 3 additions & 0 deletions benchmarks/py-asv-runner/pkg-descr
@@ -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.

0 comments on commit 2e6efdc

Please sign in to comment.