Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 443637) +++ head/benchmarks/Makefile (revision 443638) @@ -1,90 +1,91 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs SUBDIR += dhrystone SUBDIR += dkftpbench SUBDIR += expedite SUBDIR += fhourstones SUBDIR += filebench SUBDIR += fio SUBDIR += flamegraph SUBDIR += flops SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 SUBDIR += gtkperf + SUBDIR += hey SUBDIR += himenobench SUBDIR += hpl SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += interbench SUBDIR += iorate SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf SUBDIR += iperf3 SUBDIR += libmicro SUBDIR += lmbench SUBDIR += mdtest SUBDIR += nbench SUBDIR += netio SUBDIR += netperf SUBDIR += netperfmeter SUBDIR += netpipe SUBDIR += nosqlbench SUBDIR += nqueens SUBDIR += nttcp SUBDIR += nuttcp SUBDIR += octave-forge-benchmark SUBDIR += p5-Benchmark-Forking SUBDIR += p5-Benchmark-Stopwatch SUBDIR += pathchirp SUBDIR += pathload SUBDIR += pathrate SUBDIR += pear-Benchmark SUBDIR += phoronix-test-suite SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark SUBDIR += py-naarad SUBDIR += py-zopkio SUBDIR += pybench SUBDIR += raidtest SUBDIR += ramspeed SUBDIR += randomio SUBDIR += rubygem-benchmark-ips SUBDIR += rubygem-railsbench SUBDIR += scimark2 SUBDIR += scimark2c SUBDIR += siege SUBDIR += sipp SUBDIR += slowloris SUBDIR += smhasher SUBDIR += spp SUBDIR += stream SUBDIR += stress-ng SUBDIR += super-smack SUBDIR += sysbench SUBDIR += tcpblast SUBDIR += thrulay SUBDIR += tsung SUBDIR += ttcp SUBDIR += ubench SUBDIR += unixbench SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/hey/Makefile =================================================================== --- head/benchmarks/hey/Makefile (nonexistent) +++ head/benchmarks/hey/Makefile (revision 443638) @@ -0,0 +1,33 @@ +# Created by: Brad Davis +# $FreeBSD$ + +PORTNAME= hey +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= benchmarks + +MAINTAINER= brd@FreeBSD.org +COMMENT= Tiny program that sends some load to a web application + +BUILD_DEPENDS= go>=1.7:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= rakyll + +GH_TUPLE= golang:net:41bba8d:net/src/golang.org/x/net + +PLIST_FILES= bin/hey + +do-build: + ( cd ${WRKSRC}; \ + ${MKDIR} src/github.com/rakyll/hey; \ + cd src/github.com/rakyll/hey; \ + ${LN} -s ../../../../requester . ) + ( cd ${WRKSRC}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} CC=clang \ + go build ${BUILD_FLAGS} ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Property changes on: head/benchmarks/hey/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/hey/distinfo =================================================================== --- head/benchmarks/hey/distinfo (nonexistent) +++ head/benchmarks/hey/distinfo (revision 443638) @@ -0,0 +1,5 @@ +TIMESTAMP = 1497559091 +SHA256 (rakyll-hey-v0.1.0_GH0.tar.gz) = a8127634e21897c587c6c375f88121e907ce4af8bf71374db44c5d752ae4a296 +SIZE (rakyll-hey-v0.1.0_GH0.tar.gz) = 11853 +SHA256 (golang-net-41bba8d_GH0.tar.gz) = 003c999bb8c3d73cc3dae0ca48e8afcb77cf58cb6e2b25b4486ff602deacb8eb +SIZE (golang-net-41bba8d_GH0.tar.gz) = 770083 Property changes on: head/benchmarks/hey/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/hey/pkg-descr =================================================================== --- head/benchmarks/hey/pkg-descr (nonexistent) +++ head/benchmarks/hey/pkg-descr (revision 443638) @@ -0,0 +1,3 @@ +hey is tool to to test HTTP/HTTP2 performance. + +WWW: https://github.com/rakyll/hey Property changes on: head/benchmarks/hey/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property