Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 435071) +++ head/benchmarks/Makefile (revision 435072) @@ -1,89 +1,90 @@ # $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 += flops SUBDIR += flowgrind SUBDIR += forkbomb SUBDIR += glmark2 SUBDIR += gobench SUBDIR += gtkperf 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/bombardier/Makefile =================================================================== --- head/benchmarks/bombardier/Makefile (nonexistent) +++ head/benchmarks/bombardier/Makefile (revision 435072) @@ -0,0 +1,37 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= bombardier +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v +CATEGORIES= benchmarks + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Fast cross-platform HTTP benchmarking tool written in Go + +LICENSE= MIT + +BUILD_DEPENDS= go>=1.7:lang/go + +USE_GITHUB= yes +GH_ACCOUNT= codesenberg +GH_TUPLE= cheggaaa:pb:v1.0.7:pb/src/github.com/cheggaaa/pb \ + valyala:fasthttp:v20160617:fasthttp/src/github.com/valyala/fasthttp \ + klauspost:compress:v1.2.1:compress/src/github.com/klauspost/compress \ + klauspost:cpuid:v1.0:cpuid/src/github.com/klauspost/cpuid \ + klauspost:crc32:v1.1:crc32/src/github.com/klauspost/crc32 \ + alecthomas:kingpin:v2.2.3:kingpin/src/github.com/alecthomas/kingpin \ + alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ + alecthomas:units:2efee85:units/src/github.com/alecthomas/units \ + mattn:go-runewidth:v0.0.2:go_runewidth/src/github.com/mattn/go-runewidth + +PLIST_FILES= bin/${PORTNAME} + +do-build: + cd ${WRKSRC}; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -ldflags "-X main.version=${PORTVERSION}" . + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-1.0 ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + +.include Property changes on: head/benchmarks/bombardier/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/bombardier/distinfo =================================================================== --- head/benchmarks/bombardier/distinfo (nonexistent) +++ head/benchmarks/bombardier/distinfo (revision 435072) @@ -0,0 +1,21 @@ +TIMESTAMP = 1488238314 +SHA256 (codesenberg-bombardier-v1.0_GH0.tar.gz) = 87b424ec261bf1364790803723aa108f9c75f1a63797c28ff16c21f692c7d0d3 +SIZE (codesenberg-bombardier-v1.0_GH0.tar.gz) = 284939 +SHA256 (cheggaaa-pb-v1.0.7_GH0.tar.gz) = ff76e8aa0059ff016f0918f979548f23e0ce7d779ea8276ffcf0ed6a1530abe1 +SIZE (cheggaaa-pb-v1.0.7_GH0.tar.gz) = 10600 +SHA256 (valyala-fasthttp-v20160617_GH0.tar.gz) = 342253f1cab10aae3c5a4ac2daa8207fec23fdcff044d5c910ee393f792b225c +SIZE (valyala-fasthttp-v20160617_GH0.tar.gz) = 148822 +SHA256 (klauspost-compress-v1.2.1_GH0.tar.gz) = 5c95b4b8dba515d275c4071675d35415512b0415d103653ba00f7305bb9ecfa9 +SIZE (klauspost-compress-v1.2.1_GH0.tar.gz) = 2725575 +SHA256 (klauspost-cpuid-v1.0_GH0.tar.gz) = 9739cdbf54eb6c26752c37ae567f59d52ceb879bba7b925b161caf920155d43d +SIZE (klauspost-cpuid-v1.0_GH0.tar.gz) = 205089 +SHA256 (klauspost-crc32-v1.1_GH0.tar.gz) = 4f48f442a3d79e936dc558843d5bcbeb9f1081c4553cb24167d035dc35abd8e4 +SIZE (klauspost-crc32-v1.1_GH0.tar.gz) = 16086 +SHA256 (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 1950744e84f83796d39298c2a85c3895b1bf37c4e01c2fdb9f81db309c8da33c +SIZE (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 43770 +SHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 +SIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 +SHA256 (alecthomas-units-2efee85_GH0.tar.gz) = 8e84e0468232e23459212cf84e38164a43b1c8b7a2788a44c9446c01b684c39d +SIZE (alecthomas-units-2efee85_GH0.tar.gz) = 3445 +SHA256 (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 6c7734401fdf829af4f35a5af21a54548f7d3a68336940fb550178ddfe95b076 +SIZE (mattn-go-runewidth-v0.0.2_GH0.tar.gz) = 22367 Property changes on: head/benchmarks/bombardier/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/bombardier/pkg-descr =================================================================== --- head/benchmarks/bombardier/pkg-descr (nonexistent) +++ head/benchmarks/bombardier/pkg-descr (revision 435072) @@ -0,0 +1,5 @@ +bombardier is a HTTP(S) benchmarking tool. It is written in +Go programming language and uses excellent fasthttp instead +of Go's default http library, because of its lightning fast performance. + +WWW: https://github.com/codesenberg/bombardier Property changes on: head/benchmarks/bombardier/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