The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task. WWW: https://github.com/ruby/benchmark
21 lines
348 B
Makefile
21 lines
348 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= benchmark
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= benchmarks rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Performance benchmarking library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|