1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: hey
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arthur Diniz <arthurbdiniz@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-golang-x-net-dev,
golang-golang-x-text-dev,
help2man <!nodoc>
Standards-Version: 4.7.0
Homepage: https://github.com/rakyll/hey
Vcs-Browser: https://salsa.debian.org/go-team/packages/hey
Vcs-Git: https://salsa.debian.org/go-team/packages/hey.git
XS-Go-Import-Path: github.com/rakyll/hey
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: hey
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Sends some load to a web application
HTTP load generator, ApacheBench (ab) replacement, formerly
known as rakyll/boom
.
Originally called boom and was influenced from Tarek Ziade's
tool at github.com/tarekziade/boom. Using the same name was a
mistake as it resulted in cases where binary name conflicts
created confusion.
.
To preserve the name for its original owner, this project
was renamed to hey.
|