1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Add rubygem-benchmark-ips 2.2.0

Benchmark.ips provides iterations per second enhancement to Benchmark.

WWW: https://github.com/evanphx/benchmark-ips
RG:  https://rubygems.org/gems/benchmark-ips
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-10 20:20:15 +00:00
parent addbd01668
commit 8c1a30fa56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386024
4 changed files with 25 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += raidtest
SUBDIR += ramspeed
SUBDIR += randomio
SUBDIR += rubygem-benchmark-ips
SUBDIR += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c

View File

@ -0,0 +1,18 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= benchmark-ips
PORTVERSION= 2.2.0
CATEGORIES= benchmarks rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Iterations per second enhancement to Benchmark
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/benchmark-ips-2.2.0.gem) = 293d5c718c357ba48470868fb9222e610ccb55f3d53d1a61501e276fd8bce631
SIZE (rubygem/benchmark-ips-2.2.0.gem) = 14848

View File

@ -0,0 +1,4 @@
Benchmark.ips provides iterations per second enhancement to Benchmark.
WWW: https://github.com/evanphx/benchmark-ips
RG: https://rubygems.org/gems/benchmark-ips