FreeBSD Bugzilla – Attachment 189902 Details for
Bug 222830
[NEW PORT] benchmarks/vegeta: HTTP load testing tool and library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
benchmarks/vegeta: HTTP load testing tool and library
vegeta.diff (text/plain), 3.62 KB, created by
VinÃcius Zavam
on 2018-01-19 13:27:44 UTC
(
hide
)
Description:
benchmarks/vegeta: HTTP load testing tool and library
Filename:
MIME Type:
Creator:
VinÃcius Zavam
Created:
2018-01-19 13:27:44 UTC
Size:
3.62 KB
patch
obsolete
>Index: benchmarks/Makefile >=================================================================== >--- benchmarks/Makefile (revision 459400) >+++ benchmarks/Makefile (working copy) >@@ -87,6 +87,7 @@ > SUBDIR += typometer > SUBDIR += ubench > SUBDIR += unixbench >+ SUBDIR += vegeta > SUBDIR += webbench > SUBDIR += wrk > >Index: benchmarks/vegeta/Makefile >=================================================================== >--- benchmarks/vegeta/Makefile (nonexistent) >+++ benchmarks/vegeta/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# $FreeBSD$ >+ >+PORTNAME= vegeta >+DISTVERSIONPREFIX= v >+DISTVERSION= 6.3.0 >+CATEGORIES= benchmarks www net >+ >+MAINTAINER= egypcio@googlemail.com >+COMMENT= HTTP load testing tool and library. (It's over 9000!) >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= go:lang/go >+ >+PLIST_FILES= bin/${PORTNAME} >+ >+USE_GITHUB= yes >+ >+GH_ACCOUNT= tsenart >+GH_TUPLE= streadway:quantile:b0c5887:quantile/github.com/streadway/quantile \ >+ golang:net:ab54850:net/golang.org/x/net \ >+ golang:text:c4d099d:text/golang.org/x/text >+ >+do-build: >+ @${MKDIR} ${WRKSRC}/github.com/${GH_ACCOUNT} >+ @${RLN} ${WRKSRC} ${WRKSRC}/github.com/${GH_ACCOUNT}/${PORTNAME} >+ @${RLN} ${WRKSRC} ${WRKSRC}/src >+ @cd ${WRKSRC} && \ >+ ${SETENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \ >+ go build -ldflags "-X main.Version=${DISTVERSION}" -o bin/${PORTNAME} >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}/${LOCALBASE}/bin >+ >+.include <bsd.port.mk> > >Property changes on: benchmarks/vegeta/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: benchmarks/vegeta/distinfo >=================================================================== >--- benchmarks/vegeta/distinfo (nonexistent) >+++ benchmarks/vegeta/distinfo (working copy) >@@ -0,0 +1,9 @@ >+TIMESTAMP = 1516358474 >+SHA256 (tsenart-vegeta-v6.3.0_GH0.tar.gz) = b9eaf9dc748fa58360395641ff50a33e53c805bf8a45ba3d787133d97b2269c6 >+SIZE (tsenart-vegeta-v6.3.0_GH0.tar.gz) = 110938 >+SHA256 (streadway-quantile-b0c5887_GH0.tar.gz) = f9d29902009510bcd68638fbdd6942f04c1b3def7c1efee730601fed8fdbd0ae >+SIZE (streadway-quantile-b0c5887_GH0.tar.gz) = 4862 >+SHA256 (golang-net-ab54850_GH0.tar.gz) = fdb82ce54054f5f2eafb41156b8445b9bedefd581817b7395dc392bfcf6c876c >+SIZE (golang-net-ab54850_GH0.tar.gz) = 912099 >+SHA256 (golang-text-c4d099d_GH0.tar.gz) = b73bfa5e48c59cde4b3bc54cfd83ef8d0024dfcac4eb471e55fce5ea71801a1c >+SIZE (golang-text-c4d099d_GH0.tar.gz) = 6032418 > >Property changes on: benchmarks/vegeta/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: benchmarks/vegeta/pkg-descr >=================================================================== >--- benchmarks/vegeta/pkg-descr (nonexistent) >+++ benchmarks/vegeta/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+HTTP load testing tool and library. It's over 9000! >+ >+WWW: https://github.com/tsenart/vegeta > >Property changes on: benchmarks/vegeta/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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222830
:
186957
| 189902