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:
parent
addbd01668
commit
8c1a30fa56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386024
@ -60,6 +60,7 @@
|
||||
SUBDIR += raidtest
|
||||
SUBDIR += ramspeed
|
||||
SUBDIR += randomio
|
||||
SUBDIR += rubygem-benchmark-ips
|
||||
SUBDIR += rubygem-railsbench
|
||||
SUBDIR += scimark2
|
||||
SUBDIR += scimark2c
|
||||
|
18
benchmarks/rubygem-benchmark-ips/Makefile
Normal file
18
benchmarks/rubygem-benchmark-ips/Makefile
Normal 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>
|
2
benchmarks/rubygem-benchmark-ips/distinfo
Normal file
2
benchmarks/rubygem-benchmark-ips/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/benchmark-ips-2.2.0.gem) = 293d5c718c357ba48470868fb9222e610ccb55f3d53d1a61501e276fd8bce631
|
||||
SIZE (rubygem/benchmark-ips-2.2.0.gem) = 14848
|
4
benchmarks/rubygem-benchmark-ips/pkg-descr
Normal file
4
benchmarks/rubygem-benchmark-ips/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user