Created attachment 186957 [details] benchmarks/vegeta: HTTP load testing tool and library https://reviews.freebsd.org/D12606
Created attachment 189902 [details] benchmarks/vegeta: HTTP load testing tool and library This time the [new] port does not push any additional Go library. Current diff handles only what it needs to, and provides bin/vegeta. Also updated Phabricator's diff (https://reviews.freebsd.org/D12606).
A commit references this bug: Author: dbaio Date: Sat Jan 27 13:26:58 UTC 2018 New revision: 460123 URL: https://svnweb.freebsd.org/changeset/ports/460123 Log: Add benchmarks/vegeta: HTTP load testing tool and library Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. WWW: https://github.com/tsenart/vegeta PR: 222830 Submitted by: Vin?cius Zavam <egypcio@googlemail.com> Reviewed by: mat, swills Differential Revision: https://reviews.freebsd.org/D12606 Changes: head/benchmarks/Makefile head/benchmarks/vegeta/ head/benchmarks/vegeta/Makefile head/benchmarks/vegeta/distinfo head/benchmarks/vegeta/pkg-descr
Committed, thanks!